Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1067445

    Hello,

    On our site, the font size of the blog is different compared to the rest of the site. We can’t find where we can change this?

    Can you give some advice? Thanks!

    Regards,

    Erik

    #1067540

    Hey Tim,

    Add this to quick css:

    .entry-content-wrapper p{
    font-size:18px!important;
    }

    Best regards,
    Jordan Shannon

    #1068269

    Hi Jordan,

    It worked! Thank you for your help.

    Best regards,

    Erik

    #1068313

    Hi Erik,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1071297

    Hi Victoria,

    I noticed it isn’t perfect yet. I see a lot of space between the words if I open the blog on a phone. It’s different from the original content. Please look at the article link from mobile.

    How can I change this? Thx for helping.

    Best regards,

    Erik

    • This reply was modified 5 years, 1 month ago by Tim.
    #1071839

    Hi, could you take a look at this, please?

    Thx!

    #1072375

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    #top .fullsize .template-blog .post .entry-content-wrapper {
        text-align: unset;
    }
    
    

    Best regards,
    Yigit

    #1072615

    Thx, this solved the problem.

    Best regards,

    Erik

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Font size blog is different’ is closed to new replies.