Menu background for subpage
Hi,
can I assign a color to the menu background on page [Links visible only for registered users] so that the white menu font can be read?
Thanks and have a nice weekend
Hi,
can I assign a color to the menu background on page [Links visible only for registered users] so that the white menu font can be read?
Thanks and have a nice weekend
Comments
Hi,
You can use the Header Builder:
https://support.muffingroup.com/video-tutorials/header-builder-2-0/
or the following CSS code:
.page-id-104 #Top_bar{ background: #000!important; }Thanks
Hi,
I used the CSS code. It doesn't work that way, maybe it's because of this "page-id-104", what do I have to use for this?
Thank you so much
Is not that what you wanted to achieve?
How do you want it to look?
Best regards
Hi,
yes, that's exactly what I wanted to achieve, but on all subpages. At the moment I only see it on [Links visible only for registered users] , not on [Links visible only for registered users] . . . .
thanks
Found the bug
thanks
Can I help you with anything else?
Best regards
Hi,
error not fixed yet. The blue background for the menu should be present on all subpages such as [Links visible only for registered users] , just not on the start page
thanks
Please, use the following CSS code instead.
Best regards
sorry, but which css code. This one is missing
thanks
Sorry, my bad.
Here it is:
body:not(.home) #Top_bar{ background: #000!important; }Best regards
Thank you so much ?