Two header fonts in different colors
Hi,
i got on the side
[Links visible only for registered users] in the header above a white font, that's okay.
On the page [Links visible only for registered users] I also have white font in the header, but this is difficult to read, how can I set the font in black in the header for this page only?
Thanks
Comments
Hello,
If you want to change the title color in the Subheader only for that page, please, put the following code in the Custom CSS area in this page backend.
#Subheader .title{ color: #000!important; }Thanks