Change color in Featured Area

Discussion in 'Andrina WordPress Theme' started by tammymunson, Apr 23, 2013.

  1. tammymunson

    tammymunson New Member

    Joined:
    Apr 22, 2013
    Messages:
    9
    Likes Received:
    0
    Is there a way to change font color in the Featured area on the homepage? (Andrina Theme) I attached an image to help explain featured-color.jpg
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature-content h1 {
    color: #02898F;}
    .feature-content .feature-item h4 {
    color: #02898F;}
     

Share This Page