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 #1771077
Post Title Size
Closed

Comments

  •  1
    San started the conversation

    Hi, I increased the post title size (custom size used) and it works fine in desktop.

    But when the post opened in mobile/tablet. the default post title size appearing instead of custom size.

    Pl suggest, how get custom post title size everywhere.

    Thanks

  •  2,699
    PenciDesign replied

    Hi,

    It shouldn't apply for the size on the mobile because the screen size on mobile & desktop is big different.

    You can add more this code to Customize > Addinational CSS to change the post title size on mobile:

    @media screen and (max-width: 768px){
    .single.penci-single-style-1 .penci-entry-title{ font-size: 36px; }
    }
    

    Change value 36 to value you want.


    Best Regards,

    PenciDesign

  •  1
    San replied

    Thanks for the help.