Change colour of the Feature Headings

Discussion in 'Local Business WordPress Theme' started by matthewford, Aug 12, 2013.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    How do I change the colour of the Feature Headings on the home page and also for the title of the other pages?
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_contentbox h2 {
    color: red;
    }
    .feature_infobox h2 {
    color: red;
    }
    .signup .frontpage_leadcapture .signupleft .signupinfo h1 {
    color: red;
    }
     
    .page-heading h1 {
    color: red;
    }
    Inplace of "red" you can put your color or color code.
     

Share This Page