Widget Title Font Style and Widget Body Font Colour

Discussion in 'Figero WordPress Theme' started by joswebsitedesign, Dec 3, 2013.

  1. joswebsitedesign

    joswebsitedesign Guest

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

    1. How can I change the widget title's font style to Verdana?

    2. How can I change the widget body text colour to White?

    Kind regards,
    Jo
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    1) For this you need to remove cufon.
    Go to the Theme directory > js > custom.js
    and remove ('h5') from cufon code. As shown in the image.

    cufon-figero.png

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

    Code:
    .footer h5{
    font-family: verdana;
    }

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

    Code:
    .textwidget {
    color: white!important;
    }

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page