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

Comments

  • Fe016345 started the conversation

    Hi! I am trying to customize soledad and make the font size at "latest stories" and recent posts" (soledad demo) or TRAVEL and RECENT POSTS (my blog) bigger, as the letters are too small too read. I can't seem to find where I can change this. Thank you

  •  2,699
    PenciDesign replied

    Hi,

    You can check options for it via:

    Customize > Colors for Homepage & Home Title Box Options > Custom Font Size Homepage Title Box

    Customize > Options & Colors for Sidebar > Custom Widget Heading Text Size


    Best Regards,

    PenciDesign

  • Fe016345 replied

    Hi! I meant below that, the post titles are too small to read. So I want to change the post titles font size...

  •  2,699
    PenciDesign replied

    Hi,

    You see the font size on the posts titles is small because the font you're using for heading titles now ( "Rancho" font ) has smaller font size than other fonts.

    I recommend you select another font has normal font size to get it better.

    If you want to keep that font, you can try add more this code to Customize > Custom CSS to change font size for it:

    .home-featured-cat-content .magcat-detail h3 a,
    .widget ul.side-newsfeed li .side-item .side-item-text h4 a,
    .post-pagination h5, .item-related h3 a, 
    .penci-rlt-popup .rltpopup-meta .rltpopup-title{ font-size: 20px; }
    .home-featured-cat-content .first-post .magcat-detail h3 a,
    .penci-grid li .item h2 a, .penci-masonry .item-masonry h2 a{ font-size: 24px; }
    

    Change values 20 and 24 to values as you want.


    Best Regards,

    PenciDesign

  • Fe016345 replied

    thank you so much!