Comments trinejuel started the conversationSeptember 26, 2018 at 5:24pmHello!I found a support ticket where you explain how to change the font size of the post excerpt on the homepage (see code below).But what if I want to change the font size ONLY for the first post? The one that is shown with a big featured image: www.flyingdanes.com body.home .post-entry p, body.home .item-content p{ font-size: 16px; } 2,700PenciDesign repliedSeptember 27, 2018 at 3:16amHi,Please try with this custom css code to do that: .penci-layout-classic-list .penci-wrapper-data > article p, .penci-layout-classic-list .penci-wrapper-data > article .post-entry p{ font-size: 20px; }Change number 20 to value you want.Best Regards,PenciDesign Sign in to reply ...
Hello!
I found a support ticket where you explain how to change the font size of the post excerpt on the homepage (see code below).
But what if I want to change the font size ONLY for the first post? The one that is shown with a big featured image: www.flyingdanes.com
Hi,
Please try with this custom css code to do that:
Change number 20 to value you want.
Best Regards,
PenciDesign