Hi
Could you tell me how I can change the background colour and font style/size of the text in the Top Bar please?
Many thanks.
Kathryn
Hey!
Try adding this code to the Quick CSS:
.title_container *, .title_container{
background: red !important;
color: white !important;
}
Change as needed.
Cheers!
Josue
Hi – sorry that doesn’t seem to have any effect – I added it to the Quick CSS in the Styling section – is that right?
Thanks.
Hi!
Please add following code to Quick CSS and adjust as needed
#header_meta { background-color: red; font-size: 18px; }
Regards,
Yigit
Brilliant thanks – works perfectly!