Skip to content
Public Ticket #7907

Change font size of post title in single post on mobile devices

Conversation thread

PenciDesign replied

Staff Reply

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

akash4435 started the conversation

Conversation Start

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.

Want to join this conversation or access attachments? Sign in first.