Change Font Size and Font Type

Discussion in 'Infoway WordPress Theme' started by dinobravo10, Jun 19, 2014.

  1. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    How do i change the font type and size in the entire theme?

    Thanks
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
     h1, h2, h3, h4, h5, h6{
    font-size:18px;
    font-family:your font type;
    }
     
    p, a{
    font-size:14px;
    font-family:your font type;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  3. dinobravo10

    dinobravo10 Member

    Joined:
    Jan 17, 2013
    Messages:
    93
    Likes Received:
    3
    That worked well thanks, And how will i change the font colour of the theme? And also how do i change the font colour of the text in the text widgets.. Ive added a text widget in the footer section and the colour of the font conflicts with the theme colour for my liking. Please advise accordingly thanks. See link http://kaokomedical.datalabsit.com/
     
  4. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .footer div.textwidget {
    color: YOUR COLOR VALUE;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page