• Resolved Marco

    (@mszmszit)


    Hello,

    I explored all the typography menu and I cannot find how to change the font size of the blog posts excerpt on the homepage.
    The text is 13pt and I do not find any settings to change that.
    Do you have any idea on how to possible fix it?
    Kind regards,
    Marco – StockTrader

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello mszmszit,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .home .entry-content {
      font-size : 16px;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter Marco

    (@mszmszit)

    Hello @saurabhdhariwal,

    thanks for the suggestion. I applied it and initially was not working.
    Something else overrides it.
    So after many tries, I added the !important declaration and now it works.
    Thanks again,
    Marco – StockTrader

    Thread Starter Marco

    (@mszmszit)

    Resolved ??

    Hey!
    I posted the following code in the Additional CSS customize option:

    .home .entry-content {
      font-size : 20px !important;
    	font-weight: 400 !important;
    	line-height: 2 !important;
    }
    

    Its not working.
    Please help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I change the font size of the articles excerpt on the homepage?’ is closed to new replies.