Feature headings

Discussion in 'Infoway WordPress Theme' started by bridgie, May 8, 2013.

  1. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    How do i change the font size of the feature page heading, and the 3 feature heading titles.
     
  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:
    .slider_wrapper .infotag p{
    font-size:12px;
    }
    .feturebox .featurebox_inner .featurebox_desc h2 a{
    font-size:12px;
    }
     
  3. bridgie

    bridgie Member

    Joined:
    Apr 13, 2012
    Messages:
    53
    Likes Received:
    0
    Thanks, but what about the paragraph above it? (below slider)
     
  4. Nitesh

    Nitesh Support Staff

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

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

    Code:
    .slider_wrapper .infotag {
    font-size:12px;
    }
     

Share This Page