This topic has 6 replies, 3 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
Hi there
I need to set for white the background color of the menu
any idea?
thanx
Hi,
Add this in the Custom CSS in Theme Options,
.navigation-wrapper::before {
background-color: #fff;
}
If you have any cache plugin, try clear the cache after you add the CSS.
Let us know,
Thanks,
laranz.,
Hi
no change, still it is grey
thanx
Hello,
Please use this code:
.header-wrapper.header-advanced .navigation-wrapper:before {
background-color: white;
}
Regards
great
thanx so much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up