This topic has 3 replies, 2 voices, and was last updated 5 years, 11 months ago ago by Rose Tyler
Hi
I have been using that CSS to change the background color of a menu:
.header-wrapper .navigation-wrapper, .header-wrapper.header-center3 .navigation-wrapper, .header-wrapper.header-advanced .navigation-wrapper, .header-advanced .navigation-wrapper::before {
background-color: #e39c9c;
}
But it doesn’t work if I don’t specify “Important”.
header-wrapper .navigation-wrapper, .header-wrapper.header-center3 .navigation-wrapper, .header-wrapper.header-advanced .navigation-wrapper, .header-advanced .navigation-wrapper::before {
background-color: blue !important;
}
Though I have 2 different headers and if I do so it changes my menu on the first page (transparent).
Could you please let me know how to change the color of the menu only on some pages.
Thanks
For some reason, when I tried again it is now working. Not sure why but all good now.
Hello,
You can add this code in Custom css for page area http://prntscr.com/lw06mp on pages where it is required:
.header-wrapper .navigation-wrapper {
background-color: blue !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up