Moodle 3.8 & Boost > user menu and logged in user text

Re: Moodle 3.8 & Boost > user menu and logged in user text

by Phuong Hoang -
Number of replies: 0
Hi James,
You can add these codes;
1. To change the color of icons in the navbar

.navbar-light .navbar-nav .nav-link .icon {

    color: #fff!important;

}

- If you're using navbar-dark, change .navbar-light into .navbar-dark

2. To change the color of Username [usertext] after logging in

.usertext.mr-1 {

    margin-right: .25rem!important;

    color: #fff;

3. To change the color of [You are not logged in]

.usermenu .login {

    line-height: 2.25rem;

    color: #fff;

}

Hope it helps


Average of ratings: Useful (1)