Change the font color of top navigation bar in Moodle 3.8

Change the font color of top navigation bar in Moodle 3.8

by Anum Wasim -
Number of replies: 0

I need to change the font color of the top navigation bar on Moodle 3.8. I have added the following CSS to change the color of navigation drawer, top navigation bar etc but not able to change the color of the font: 


nav.fixed-top.navbar.bg-white {

    background-color: #008D4F!important;

    color: white!important;

}

.btn.nav-link.float-sm-left.mr-1.btn-secondary, 

.dropdown-item:hover, .dropdown-item:focus {

    background-color: #008D4F!important ;

}

#page-footer.bg-dark {

    background-color: rgba(#008D4F, 1) !important;

}

.nav-link { padding: 0.3rem 0.5rem; }

.list-group-item:hover, .list-group-item:hover {

    background-color: #008D4F;

    color: white;

}

Thanks

Average of ratings: -