How to change the color of posts titles in Benevolence theme?

  • Unknown's avatar

    Dear WordPress users
    I battle with CSS as I am a newbie. After hours, I ask you the question I have not been able to solve myself.
    I use the theme benvolence on a wordpress.com blog. I have purchased the CSS upgrade and changed many things. But I can’t find WHERE in the CSS I could chnage the color of the posts title. Can anybody help me on that?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Here’s the code to add to your existing stylesheet. The first line sets the normal colour and the second sets the colour when you hover the mouse over the link.

    .post a.title {color:#f00;}
    .post a.title:hover {color:#0f0;}
  • Unknown's avatar

    Great ! Thanks A LOT ! Could you just tell me one more thing : WHERE, in the CSS, I have to add these lines?

  • Unknown's avatar

    Delete all the contents of the CSS Customisations box (by default it is some example code) and post in only the specific declarations you want to add (your original stylesheet will be loaded anyway). If you haven’t changed anything else with CSS yet you’ll only need to copy in the two lines I gave you above. If you have already made some CSS changes just add these two lines to the bottom of your existing code. Then check the “add to existing stylesheet” box and click to save your changes.

  • Unknown's avatar

    Thank you thank you thank you !

  • The topic ‘How to change the color of posts titles in Benevolence theme?’ is closed to new replies.