Increase Font Size

Discussion in 'Elite Pro WordPress Theme' started by mulickcheryl, Apr 22, 2013.

  1. mulickcheryl

    mulickcheryl New Member

    Joined:
    Apr 15, 2013
    Messages:
    19
    Likes Received:
    0
    Appearance > Homepage Settings>Homepage Content Area...
    This is currently set to font: 13px/normal Trebuchet MS

    I would like to use the same settings for all of the body text on the other pages on the site for consistency. Is that possible? If so, how?

    Thank you
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    p{
    font-size:13px!important;
    }
     
  3. mulickcheryl

    mulickcheryl New Member

    Joined:
    Apr 15, 2013
    Messages:
    19
    Likes Received:
    0
    Gourav,
    Checking site against Firefox version 20.0.1 and Internet Explorer 10 version 10.0.9200.16519
    Set both browsers at 100% zoom view and cleared caches.

    In both cases, adding the code does not appear to change the font size.
    Any other ideas?

    Thank you
     
  4. mulickcheryl

    mulickcheryl New Member

    Joined:
    Apr 15, 2013
    Messages:
    19
    Likes Received:
    0
    Any update on this?
     
  5. Nitesh

    Nitesh Support Staff

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

    Please do let me know your website link.
     

Share This Page