Font

Discussion in 'ButterBelly WordPress Theme' started by kimba7, Oct 26, 2015.

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

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    I want to increase my font size on pages and blog post. I am currently using heading 5 but it is blurry.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site with some edited screenshot of the concerned area where you want to change the font-size so that we can assist you accordingly?

    If you are unable to create screenshots then you can use www.screenpresso.com that will help you to create screenshots.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    http://www.campmenopause.com/kimba/

    I would like to increase the paragraph font size so it is easier to read.
    1em does the trick if I change it in the body.

    My custom CSS is not working all the time.
     
  4. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    I changed the paragraph font from museo 300 to 'Trebuchet MS", Helvetica, sans-serif' and now the font is much easier to read. I kept the museo 300 for everything else. I also increase the front size to 1em and the line height to 1.5.
    p {
    font-size: 1.2rem !important;
    }
    p {
    line-height: 1.5rem !important;
    }
    p {
    font-family: 'Tahoma, Verdana, Helvetica, sans-serif';
    }


    My blog post reflect the new font but not the new size. Where might I find that on the CSS sheet?
     
  5. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .page-content p {
        font-size: 20px !important;
    }
    Note: Change the numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,
    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  6. kimba7

    kimba7 New Member

    Joined:
    Oct 16, 2015
    Messages:
    11
    Likes Received:
    0
    Perfect! Thank-you.
     
Thread Status:
Not open for further replies.

Share This Page