Widget Title Font Colour - Figero Theme

Discussion in 'Figero WordPress Theme' started by joswebsitedesign, Aug 28, 2013.

  1. joswebsitedesign

    joswebsitedesign Guest

    Joined:
    Jul 1, 2013
    Messages:
    79
    Likes Received:
    3
    Location:
    Adelaide, SA, Australia
    Hello

    Can you please send me the codes to change the font colour in the widgets?

    Cheers,
    Jo
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code to change the color of sidebar widget title, in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .sidebar h3 {
    color: green;
    }
    Paste the following code to change the color of footer widget title, in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .footer  h5 {
    color: green;
    }
    In place of "green" you can put your color or color code.
    This will solve your issue.
     

Share This Page