FONTS

Discussion in 'Foogo Pro WordPress Theme' started by playerisima, Nov 15, 2016.

  1. playerisima

    playerisima New Member

    Joined:
    Apr 25, 2013
    Messages:
    19
    Likes Received:
    1
    Hello,
    I would like to change the fonts of the text of top heading and the text of the top sub heading and The Text For Home Page Four Column Main Heading and The Text For Home Page Product Section Main Heading.

    That is to say, I would like to change the main fonts

    Thank & regard

    Marta
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Marta,

    If you want to change the fonts of those areas then, you need to paste below CSS code in Custom CSS field located in Dashboard->InkThemes->Theme Options->Styling Options
    Code:
    #sub_header .st-title-wrap .st-title {
        font-family: sans-serif;
    }
    #sub_header .st-title-wrap .light-weight {
        font-family: 'Source Sans Pro', sans-serif;
    }
    #site_features .f-content span.f-heading {
        font-family: sans-serif;
    }
    This will resolve your issue,

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page