my theme does not have a header color button
-
I want to change the color of my header title but I do not have an option to do this in the customizer. My theme is Zuki. Can you give me some custom CSS to paste into the CSS editor?
The blog I need help with is: (visible only to logged in users)
-
Are you trying to change just the site title or the tagline as well? This will change just the site title:
.site-title a { color: red; }This will change both:
.site-title a, .site-description { color: red; }If you’re interested in learning more about custom CSS, we have some awesome resources here:
-
-
You should be able to do that using the size adjuster under Appearance > Fonts as shown here:
Is that not editing the specific font areas that you’re looking for?
- The topic ‘my theme does not have a header color button’ is closed to new replies.