Changes in Font Size

Discussion in 'BizWay WordPress Theme' started by proapc, Sep 10, 2016.

  1. proapc

    proapc Member

    Joined:
    Aug 31, 2012
    Messages:
    52
    Likes Received:
    1
    Location:
    Hailey, Idaho
    Out of the blue, all the font on my home page feature titles and all my blog posts have changed to huge font. See http://BibleWays.com They need to be 60% smaller or less.
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Please paste the code given below in Custom CSS field (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .main-content h1 {
        font-size: 25px;
    }
    .content-bar .post .post_title a {
        font-size: 25px;
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page