This topic has 2 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
I know it is a simple line off CSS added to the “global Custom CSS” Window but I am unable to make any changes there. I used this code
.menu .current-menu-item > a{
color:red;
}
I am not sure what is going on.. Looking for white(Instead of black) text with transparent background. Then the white fixed menu with Black text.
Second question is should the menu text in the fixed menu be smaller?
Hello,
1) This question is a bit unclear for us. Could you please clarify what exactly you want to change?
2) You can change the font size of the fixed menu. Please add this code in Theme Options->Custom CSS->Global Custom CS.
.fixed-header .menu > li > a{
font-size: 15px;
}
Regards,
Robert Hall
Tagged: color, item, menu, persuasive, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up