Feature Page Heading Color

Discussion in 'Infoway WordPress Theme' started by lklatt76, May 17, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Is there a way to change the Feature Page Heading Color?

    Site: temp.512citydesign.com
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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


    Code:
    .slider_wrapper .infotag h1 {
    color: red;
    }
    Inplace of "red" put your color code.
     

Share This Page