Font size

Discussion in 'Cloriato WordPress Theme' started by cbshanley, Jul 2, 2014.

Thread Status:
Not open for further replies.
  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    How can I make the font size of the regular text (paragraph) larger? Not sure how many points I will need
    Thanks
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    body, p {
    font-size:20px;
    } 
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Hi,
    It didn't work?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Could you please specify us with the help of screenshot images that font-size of which text you want to change
    and also share us your website link.
     
  5. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I'm not sure how to send you a screenshot image since it's asking for a url and can't upload my screenshot? Can you advise the best way to send it to you

    http://www.slt-scv.org/about/
     
  6. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Never mind....figured it out and thank you again ;)
     
Thread Status:
Not open for further replies.

Share This Page