Blog Header Colour

Discussion in 'Nutrition WordPress Theme' started by spoonboy90, Apr 8, 2013.

  1. spoonboy90

    spoonboy90 Active Member

    Joined:
    Dec 20, 2012
    Messages:
    289
    Likes Received:
    28
    Location:
    Stoke-on-Trent, Staffordshire. UK
    I'm using the pink theme and would like to change the titles of the blogs and also the blog related widget headers such as 'Archive' and 'Recent Posts' to the same pink as used in the menu, is this possible?

    Regards
    Jamie
     
  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:
    .post .post_title a {
    color:#8d1852;
    }
    .side_bar h4 {
    color: #8d1852;
    }
     

Share This Page