This topic has 6 replies, 4 voices, and was last updated 10 years, 2 months ago ago by Robert Hall
Hi any way to change the menu links like home, shop etc to a specific color using the custom css?
Hello,
Please add this code into custom.css file:
.main-nav .menu > li > a {color: your_color_value;}
How to create custom.css you can watch here.
Regards,
Eva Kemp.
I cannot get this to work. Will you please let me know what to do differently?
Hello,
Do you want to have menu items written in white, but keep the menu background black?
Also when the item is hovered it has white background and black text now. Should it be left the same?
Regards,
Eva Kemp.
I would like to change the menu items to be written in #f89a38.
When hovered, I would like the dropdowns to change to gray with white type.
Hello,
Add this code into custom.css file.
#main-nav > ul > li > a{
color:#f89a38;
}
Regards,
Robert Hall.
The issue related to '‘Navagation link color’' has been successfully resolved, and the topic is now closed for further responses