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 #1891096
Post Title Size on Homepage
Closed

Comments

  • katyrob started the conversation

    Hi,

    I can't work out how to change the post title size on my homepage. Is it possible? 

  •  2,699
    PenciDesign replied

    Hi,

    To change post title size on the homepage, please add more this code to Customize > Custom CSS:

    @media only screen and (min-width: 481px) {
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 28px; }
    }
    

    Change value 28 on above code to value you want.


    Best Regards,

    PenciDesign