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 #1815521
Font size homepage
Closed

Comments

  • andham started the conversation

    Hi.

    I cant seem to find where to change font size on the front page. I must be missing something here....

    Brgs,

    Anders Hammargren

  •  2,699
    PenciDesign replied

    Hi,

    Can you tell me where do you want to change the font size on the homepage?

    Also, please update your site to version 6.2.1We just released it 1 hour ago, it will fixed some minor issues from our theme.


    Best Regards,

    PenciDesign

  • andham replied

    Sorry - the titles on the front page.

    Brgs, 

    Anders

  •  2,699
    PenciDesign replied

    Hi,

    Please add more this code to Customize > Custom CSS to change it:

    @media only screen and (min-width: 480px){
    .grid-mixed .mixed-detail h2 a{ font-size: 28px; }
    .penci-grid li .item h2 a{ font-size: 20px; }
    }
    

    Change number 28 for size value of the big posts - and number  20 to size value of the small posts.


    Best Regards,

    PenciDesign