This topic has 4 replies, 2 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
I’ve noticed in the demos, the main navigation menu font color uses a darker color than the theme options main color, price color options.
The menu items on our site are showing as the color options chosen in the theme admin panel.
We’ve loaded the demo content on a local test server, and it works as desired, but we have done our best to match options on the dev. site and can’t get the menu font color to override the chosen colors.
Our goal: yellow chosen as theme color, black font color on main navigation menu items.
There seems to be a theme option we are missing?
Best regards,
John
Hello,
Add this code in custom.css file to change color for menu items:
.main-nav .menu > li > a {
color: black;
}
How to create custom.css you can watch in this tutorial.
Regards,
Eva Kemp.
Thank you for the quick reply, I thought there may have been an admin feature we were overlooking.
Best Regards,
Zack
Hello,
No, unfortunately there is no such option in admin panel. Sorry.
Regards,
Eva Kemp.
Tagged: colors, customization, font, menu, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up