The heads are all black (hover is magenta) and the sub heads and body copy is a medium gray. How do I change the colour of these elements?
Colour of heads, sub heads and body in posts
2 posts from 2 voices-
Posted 1 year ago #
-
Hey,
I suggest you add the following to your custom.css file:
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, #top .widgettitle, #top .widgettitle a, .miniheading, .related_single_heading, #top .post-title { color: green; /*Heading*/ } a:hover, #footer a:hover, #footer .widget li a:hover { color: yellow; /*Color when hovering*/ } body { color: #ff0099; /*Text color of non-headings*/ }I gave it all a color that stands out so you can easily figure out which value belongs to which text. Colors can be changed using Hex Color Codes
Posted 1 year ago #
Reply
You must log in to post.














