Customising font colour across site
-
I just paid for my custom upgrade and I want the body text (‘paragraph’ in the text editor) to be black but I can’t see where in the customisation panel I can adjust this. There doesn’t seem to be this option when choosing fonts in the customisation panel?
I also don’t understand why my headings are semi-transparent and not opaque colour – in the customisation settings I’ve already chosen the colour and not changed opacity settings (I don’t even know if there are opacity settings!!)
Thanks!
FranThe blog I need help with is: (visible only to logged in users)
-
I’ve also tried to adjust this in the CSS but no luck there – not sure if I’m doing this correctly.
Any help appreciated!
-
Hi there,
You should be able to use the following CSS to change the color of the various text elements on your site:
h1.entry-title a { color: #000; } footer.entry-meta a { color: #000; } div.entry-content { color: #000; }Just input that under Appearance -> Customize -> CSS and adjust the hex code to the color you would like. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if you need anything else!
-
-
- The topic ‘Customising font colour across site’ is closed to new replies.