Page and post heading colour change
-
Yo Good People
I cannot seem to change the colour of the headings for the pages and posts, whereas I can change the colour of the overall site heading. I have looked at changing the colour palette range but nothing alters the actual for colour.
Any steers towards how to do this most gratefully accepted, thank you.The blog I need help with is: (visible only to logged in users)
-
You might be better off using custom CSS for this. Go to Appearance > Customize > CSS and delete all the default text in the text area and paste this in instead:
h1.entry-title, h1.entry-title a { color:#f00; } .entry-header h1.entry-title a:hover { color:#0f0; }The preview should update automatically. The first bit changes the regular title colour for both pages and posts and, because the post titles can be links, the second one changes the hover colour of these links. You can just switch the hex colour code to whatever you choose, when you’re happy with what you have, simply press “Save”.
-
-
- The topic ‘Page and post heading colour change’ is closed to new replies.