Change font size in blog posts

Discussion in 'BlogSpring WordPress Theme.' started by atlasprowriter, Mar 3, 2017.

  1. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Hi. I just want to change the "p" font size in my blog posts and pages. Thanks.
     
  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    Yes, that's possible with the help of some custom CSS codes.

    Could you please provide us URL of your website along with some edited screenshot of your requirements, so that we can assist you accordingly?

    We will provide you the custom CSS code which you can easily implement in your website and can get the work done.

    Thanks & Regards!
    Nitin
    InkThemes.com
     
    smith likes this.
  3. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    Here's the URL: http://newsofsuncitycenter.com/

    I would like to do two things. First, I would like to increase the font size on the blog posts (image 1) ... Also, I would like to remove the social "like (etc)" counts from the features on the home page. (image 2)
    Image 1.png Image 2.png
     
    smith likes this.
  4. nitin

    nitin Guest

    Hi,

    Hope you are doing good...!

    To change the size of the font, just paste the code given below in Custom CSS section
    (Dashboard->Appearance->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .content-bar .post.single .post_content p {
        font-size: 15px;
        line-height: 24px;
    }
    
    Note:- The above values for the font-size and line-height are the ones that are presently set in your theme, please change the values accordingly

    To remove the social share count, use the custom CSS provided below:

    Code:
    .post-social-link-inner.single {
        display: none;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  5. atlasprowriter

    atlasprowriter Member

    Joined:
    Sep 19, 2012
    Messages:
    92
    Likes Received:
    3
    The font size change worked great. However the social counts are still there.
    Screen Shot 2017-05-04 at 2.40.01 PM.png
     
  6. nitin

    nitin Guest

    Hi,

    This time, just let us do it for you.

    To make the required changes, we need access to your dashboard.

    So, send us your website WordPress login details at [email protected] along with the thread link.
    Your Website URL:
    WordPress Username:
    Password :


    We will try to fix the issue ASAP.

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page