Changing Colour of Menu

Hi there!

I am able to change the hover colour in the custom CSS with the following code.

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
background-color: #b79ded;
}

I am needing to change the colour of the menu to white and the text to black but I cannot seem to figure it out. I have read the other form post but cannot seem to locate any code help that works.

Please help! :slight_smile:

Thanks a lot!

LINK OF SITE:

http://art.informatics.bond.edu.au/

Hi @trex12221,

I hope you are well today and thank you for your question.

You can try changing it from the theme options on the following path.

Admin Area -> Appearance -> Theme Options -> Header

Best Regards,
Movin