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 #2436254
Change font size
Closed

Comments

  • forestantemesaris started the conversation

    Looking for some css trying to change the font size of author bio and the title for the magazine homepage layout. Thanks! 

  •  2,699
    PenciDesign replied

    Hi,

    You can try add more this code to Customize > Custom CSS to do that:

    .home-featured-cat-content .first-post .magcat-detail h3 a,
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a { font-size: 25px; }
    .home-featured-cat-content .magcat-detail h3 a{ font-size: 18px; }
    .grid-post-box-meta{ font-size: 14px; }
    

    Best Regards,

    PenciDesign