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 #2178799
Change post title size for Mobile navigation
Closed

Comments

  • m28006 started the conversation

    I found how to change the title size for posts and it works fine in desktop navigation, but in mobile navigation the title size remains unchanged. Is there a separate setting for Mobile title size change? 

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 767px){
    .container-single .single-post-title {    
    font-size: 24px;
    }
    }

    Change value 24 to value as you want.


    Best Regards,

    PenciDesign