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 #1990691
Change font size of post title in single post on mobile devices
Closed

Comments

  • akash4435 started the conversation

    Hi Team,

    I want to change font size of post title in single post on mobile devices.

    I have already tried the option for custom font size size in single post customize options.

    But it is changing for the large devices only and not for mobile device.

    Please help me with this.

  •  2,699
    PenciDesign replied

    Hi,

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

    @media only screen and (max-width: 479px){
    body.single .header-standard .post-title { font-size: 20px; }
    }
    

    Change value 20 to any value as you want.


    Best Regards,

    PenciDesign