This topic has 8 replies, 3 voices, and was last updated 10 years, 3 months ago ago by Robert Hall
Hi guys,
Where can I can the colour of the menu bar? I would like to change it from black to #1c4e7f
Thanks,
Mark
Hello,
Put this code into the custom.css file.
.main-nav {
background:#1c4e7f;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Cheers, thanks Robert
You’re welcome!
If you have any questions don’t hesitate to contact us.
Regards,
Robert Hall.
Hey Robert, Managed to get the menu bar to change colour, but the active menu item remains black. Can’t seem to figure out how to change it so it stays blue, and perhaps have a white line underneath to show that it is active (it use to have a blue line but that is obviously not visible now as the menu bar is blue.
Would really appreciate if you could take a look: http://prestigebrands.net.au/
Hello,
Please add this code into custom.css file and change the color value to yours:
.main-nav .menu > li.current-menu-item > a {
background-color: #00F;
}
Regards,
Eva Kemp.
Thanks Eva!!
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘How to change the colour of the Menu Bar?’' has been successfully resolved, and the topic is now closed for further responses