Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #707796

    Hey,

    How to change font size and paragraph spacing on blog pages only. Thanks.

    #707808

    Hi Harris!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .single-post .entry-content {
        font-size: 20px;
        line-height: 30px;
    }

    Cheers!
    Yigit

    #708381

    Hey,

    It doesn’t work. Only the read more links on the bottom got bigger. See the link and scroll towards the bottom of the page to see.

    Here is what I’m doing. On blog posts I’m using a text block, default size, how can I change that area only to bigger font and paragraph spacing globally on blog posts only. Thanks.

    • This reply was modified 8 years ago by harris.
    #709077

    Hi!

    Please try this css code.

    .single-post p {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    Regards,
    Ismael

    #709467

    It worked for the most part. It is not working on the post sections with bullets or number list. That is staying the same. If you can help me out. Thanks again.

    • This reply was modified 8 years ago by harris.
    #709492

    Hi,

    Please add following code to Quick CSS as well

    .single-post li {
        font-size: 1.5em;
        line-height: 1.5em;
    }

    If that too does not help, please point out the sections where it is not being applied.

    Best regards,
    Yigit

    #710334

    Hi,

    Have a look at the link. I placed the last code and the list updated fine. But the footer got bigger to which we didn’t want. Need the footer to be normal size again. Like the page posts. Thanks.

    #711008

    Hi,

    Try to change .single-post li to .single-post .post-entry li from Yigit’s code, it should look like this:

    
    .single-post .post-entry li {
        font-size: 1.5em;
        line-height: 1.5em;
    }
    

    Let us know if it works :)

    Best regards,
    Nikko

    #711305

    Hey,

    The footer for the blog posts still stay the same. BIG. Maybe I need seperate code for the footer.

    I did this.
    .single-post .post-entry li {
    font-size: 1.5em;
    line-height: 2.5em;
    }

    • This reply was modified 8 years ago by harris.
    #711991

    Hi,

    when I use this code, then footer does not get changed for me. I also checked your page and your footer looks pretty normal to me.

    Best regards,
    Andy

    #712024

    Andy,

    Thanks. Yes it does I stand corrected. I cleared the cache to when I doubled checked. Thanks for the great help.

    Cheers, Harris

    #712326

    Hi Harris,

    Great, let us know if you should need any further help on the topic.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.