How to change the Title of the posts
-
Hello,
My post title is red and I would like to change the color.
Thank you very much!
-
Hi @sonya84,
Do you wish to change the colour for all titles across the site (including pages and excerpts), or just single post titles?
If it’s for all titles, please trying adding the css below to your site in My Sites > Customize > CSS.
.entry-title, .entry-title a { color: #00ff00; }If you want to target single post titles only, please use this instead:
.single-post .entry-title { color: #00ff00; }The hex # color value can be changed to whatever you prefer.
If the css doesn’t have the desired effect, please let me know :)
-
-
You’re welcome :)
I just took a look at your site; the css might need to be tweaked a little to apply it everywhere because there’s already some inline css being applied by the customizer.
If you can’t use the custom colours option to change the title colour, then please try using the css below instead:
.entry-title, .entry-title a { color: #0a450a !important; }
- The topic ‘How to change the Title of the posts’ is closed to new replies.