Header Color
-
I’ve got a premium account, and I like the opti theme. However the site title and tagline colors are off, and I’m not a CSS expert. What CSS do I need to simply make them both white?
Also, the customizer interface for WordPress is terrible. Many tutorials show a dashboard, which I finally found, but these days some of the options take you back to some simplified looking optimizer interface. Outside of CSS, I can’t find anywhere to edit the tagline and site title.
The blog I need help with is: (visible only to logged in users)
-
Hi there – thanks for the message.
To make the site title and description white you would use:
#masthead #logo a, #masthead #logo, #masthead h2 { color: #fff; }
The site title and description can be edited in the ‘site identity’ section of the customizer. If this doesn’t work you can also go to the site settings and change them there. Your site settings would be at:
https://wordpress.com/settings/general/corneroffice.blog (note that I can’t access the settings, but they follow a pattern so I can tell where they will be)Hopefully that solves it for you but if not let me know and I’ll try again.
- The topic ‘Header Color’ is closed to new replies.