Change Paragraph Front Family

Discussion in 'Cloriato WordPress Theme' started by jessicalynn83, Feb 25, 2014.

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

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Hello,

    Is it possible to change the font family for just the paragraph text on my site? If possible, I would like to change it to the following:

    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;

    Also, related, how do I change the paragraph font size?

    Many thanks!
    Jessica
    www.jessicazimmer.com

    P.S: I apologize for the typo in the thread title. I just caught that.
     
  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:
    p {
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif ! important;
    font-size: 15px ! important;
    } 
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     
  3. jessicalynn83

    jessicalynn83 Member

    Joined:
    Oct 18, 2012
    Messages:
    67
    Likes Received:
    1
    Location:
    NE Chicago Suburbs
    Piyush,

    Thank you, that worked perfectly! :)

    Sincerely,
    Jessica
     
Thread Status:
Not open for further replies.

Share This Page