This topic has 2 replies, 2 voices, and was last updated 9 years, 2 months ago ago by Robert Hall
How do I change the fixed menu item font color. I’ve tried everything to try and select it!
My font for the menu is white because it overlays a picture, but for the fixed scroll menu, the background is white and I would like to change the font color to black just for the fixed scroll menu.
Can I select just fixed scroll menu item in CSS?
Hello,
You can use the following code in Global Custom CSS (Theme Options-> Custom CSS).
.fixed-header .menu > li > a{
color:#000;
}
Regards,
Robert Hall.
Tagged: customization, fixed, font color, menu-item, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up