change colour fonts shoreditch theme
-
Hello,
I have changed the colour of the background to black. But now the fonts are unreadable grey. How can I change that?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
There is not a setting (provided by the Shoreditch theme) to control text color, so you will need to change that with CSS code instead.
You can do that by adding the following code to your CSS settings (in the customizer) here:
h1, h2, h3, h4, h5, h6 { color: #33cccc; } .widget-area a, .widget-area .no-comments, .widget-area label { color: #75787f; }Hope that helps!
-
Hello Jerry
I followed your directions and yes! It works. Thank you very much and for now: happy new year,
Hugo J. Smal
-
Hi Jerry,
I also want to change the following on miroshaki.com The header background is white and must become black. And there is a white line I want to remove.
So if you can help me… Please.
With regards,
Hugo
-
For that add:
.site-header { background: #000; }And, I assume you want the text to be white, so try:
.main-navigation a { color: #fff !important; } -
- The topic ‘change colour fonts shoreditch theme’ is closed to new replies.