Font & Font Size

Discussion in 'Cloriato WordPress Theme' started by gabriellastrano, May 9, 2013.

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

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    I think I changed the font on my website to Arial, but can't find where I might have done this in the CSS. Is there a way to revert the main text font back to the original? It's the main body of text which you put into each page/content.
    Could you also tell me how to change the size of the font?
    Many thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  3. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Hi, Please see the screen shot. It is the main text/content beneath the About title and the text beneath the images below Design Consultancy etc that I want to change the font and size.
    font size screen shot.jpg
     
  4. 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:
    .feature_content .feature_box .feature_inner p{
    font-family:symbol;
    font-size:18px;
    }
    .feature_inner.feature_inner_bottom p{
    font-size:18px;
    font-family:symbol;
    }
    Inplace of "symbol" put your font type.
     
  5. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Hi, that only changed the font size of those specific areas on that page, I want to change the font size, and possibly the font type across all written content throughout the website. Is there a master font area of the Theme Options of the Cloriato Theme that I can make these mass updates/amendments?
     
  6. 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:
    p{
    font-family:symbol!important;
    font-size:15px!important;
    }

    Inplace of "symbol" put your font type.
     
  7. gabriellastrano

    gabriellastrano Member

    Joined:
    May 6, 2013
    Messages:
    95
    Likes Received:
    1
    Thanks, I changed it to 14 px but that's great. Thank you.
     
Thread Status:
Not open for further replies.

Share This Page