header font colour
-
New to wordpress and with this theme it does not give me the option to change my header titles font so it just stays black. How can I change it to white?
The blog I need help with is: (visible only to logged in users)
-
Hi,
You are using theme ‘Sela’. The theme does not allow changing Header/Title font color in the customizer. You can change it by using Custom CSS code.
To be able to use Custom CSS code, you must have Premium or Business paid upgrade. Read more about paid upgrades: https://wordpress.com/pricing/
This Custom CSS will change the color to white:
.site-title a, .site-description {
color: #fff;
}– bests,
-
-
-
ccalanon – looks like you posted a new thread (thanks) and got a reply there:
https://en.forums.wordpress.com/topic/sela-theme-font-1
- The topic ‘header font colour’ is closed to new replies.