Change font colour on Home Top Image

Discussion in 'Foogo Pro WordPress Theme' started by hheijnis, Mar 5, 2015.

Thread Status:
Not open for further replies.
  1. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    How can I change the colour of the font of the main and subheading of the main top image from white to another colour?

    Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .st-title-wrap.home, .st-title-wrap.home h1 {
      color: rgb(7, 255, 103) !important;
    }
    
    Please change color according to your requirement.
    Thanks & Regards
    Pramod Patel
     
  3. hheijnis

    hheijnis Member

    Joined:
    Mar 27, 2012
    Messages:
    51
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page