Lovecraft theme – how to change font colour?
-
Does anyone know if there is an option to change the font colour of the header title and sub-headings within the Lovecraft theme? I can’t find any option to do this.
Thanks,
Tom
The blog I need help with is: (visible only to logged in users)
-
Hi Tom,
You can do that with CSS customization. To do that, go to Customizer > CSS, and add the code below to the text area.
.site-title a, .site-title a:visited{ color: #ccf5ff; } .site-description { color: blue; }The value of the color can be a text (e.g. blue, orange, yellow) or a hex code (starts with the # sign). You can change the color according to your preference. Just pick a color here: https://www.quackit.com/css/css_color_codes.cfmhttps://www.quackit.com/css/css_color_codes.cfm, and replace the text after the “color:” section.
If you need help to do it, just let me know your preferred number code, I’ll share you the updated code.
Since you’re subscribed to a paid plan on WordPress.com, you’re eligible to contact staff directly via live chat here: https://wordpress.com/help/contact.
-
- The topic ‘Lovecraft theme – how to change font colour?’ is closed to new replies.