Change Colour for Titles

Discussion in 'Figero WordPress Theme' started by bizgirl, Nov 11, 2013.

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

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Hi again,

    could you please let me know if there is a way to change the color of the Titles in
    • Home Page 2 cols and
    • Home Page Featured Section.
    Also in the HP 2 cols I have a numbered list (1,2,3,4) under 'WE PAY THE WORLD'.
    Is it possible to make them coloured so they stand out more.

    Website is www.smartglobalpay.com

    Many thanks,

    Maggie
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature-index .feature-one h1 {
    color: red;
    }
    .sliderHolder2 h1 {
    color: red;
    }
    .content .feature-content .inner-content h3 {
    color: red;
    }
    .testimonial_holder .testimonial_jcarousel p {
    color: green;
    }
    In place of "red" and "green" you can put your color or color code.
    This will solve your issue.
     
  3. bizgirl

    bizgirl Member

    Joined:
    Feb 4, 2013
    Messages:
    145
    Likes Received:
    7
    Thanks Piyush.. that worked.

    The boss is happy now so site is finally finished!
     
Thread Status:
Not open for further replies.

Share This Page