This topic has 4 replies, 3 voices, and was last updated 8 years ago ago by Jack Richardson
Hi,
Just looking to change a few things regarding my website header.
If you visit my website, I beleive you call the section the ‘Top Bar’, i was hoping to change the colours – currently it is set to a grey colour (f2f2f2) and I want to change this to my primary website colour which is blue (003399) however this would mean I need to change the font colour on the top bar to white to compensate for the top bar background changing? So how can i change my topbar to blue with a white font ontop of that.
Also, for some reason, my Register button is not showing up at the top right? How do i enable this?
Thanks,
John
Hello,
Please, add this code in Custom CSS:
.header-type-6 .top-bar {
background-color: #003399;
color: white;
}
.header-type-6 .top-bar a {
color: white;
}
https://8theme.com/demo/docs/woopress/index.html#!/5_registration_page
Regards,
Rose Tyler.
Hi Rose,
Thanks very much for your help that was perfect.
Thanks,
John
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Header Issues (TOP BAR)’' has been successfully resolved, and the topic is now closed for further responses