Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1726233
Post excerpt font size
Closed

Comments

  • trinejuel started the conversation

    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


    body.home .post-entry p, body.home .item-content p{ font-size: 16px; }
    


  •  2,699
    PenciDesign replied

    Hi,

    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