Blog Post Title

Discussion in 'Covera WordPress Theme' started by glooft, Apr 6, 2013.

  1. glooft

    glooft Guest

    Joined:
    Dec 28, 2011
    Messages:
    6
    Likes Received:
    0
    My body background is set to black. Unfortunately, the title of each blog post is also black. How can I change the blog title to a different color?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content .post .post-content h3 a{
    color:red;
    }
     

Share This Page