How to change font size and style ?

Discussion in 'GeoCraft WordPress Theme' started by ykt122012, Oct 11, 2013.

  1. ykt122012

    ykt122012 New Member

    Joined:
    Dec 7, 2012
    Messages:
    8
    Likes Received:
    0
    May I know how to change font size and style (like bold) of the theme ?

    Those are the fonts for :

    (1) homepage slider
    (2) categories Page Slider
    (3) widget
    (4) menu

    Many thanks.
     
  2. 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:
    .slider-item section {
    font-weight: bold;
    }
     
    .sidebar {
    font-weight: bold;
    }
     
    #menu {
    font-weight: bold;
    }
     

Share This Page