Change font color of sticky header
Hey guys,
I want to change the font of my sticky header (really only sticky header), now it is black and i want i white:
I already tried this custom CSS Code but it doesn´t work:
#Top_bar.is-sticky{
color:white !important;
opacity:1 !important;
}
Thank you!
Comments
Hello,
Please, try to use the following Custom CSS Code instead:
Thanks
Thank you, but how I can do this only on a specific site?
If you want to affect it only on a specific page, put this CSS in the Custom | CSS section at the bottom of Page Options while editing this page.
Thanks