Change site title colour
The topic ‘Change site title colour’ is closed to new replies.
Need help? Check out our Support site, then
Pls advise how to change site title and tag line colour.
On the dark theme it’s black on black and therefore not showing.
thanks,
The blog I need help with is: artjetset.com
Hi artjetset,
You can add this css or change it via Customize tab.
#site-title, #site-title a {
color: #fff;
}
#site-description {
color: #fff;
}
Hope that helps.
Thanks,
Chandra
Thanks Chandra,
But this does not seem to have worked.
Any suggestions?
thanks,
Hi artjetset,
I am not sure if you did anything but I just checked the dark theme and it seems pretty fine. The background is dark but my title text is white. Did you play around with Colors option? Maybe you can just reset that to Default.
OR you can try to add !important in the above css
#site-title, #site-title a {
color: #fff !important;
}
#site-description {
color: #fff !important;
}
Thanks,
Chandra
The topic ‘Change site title colour’ is closed to new replies.