Comments akash4435 started the conversationApril 27, 2019 at 3:04pmHi 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,700PenciDesign repliedApril 28, 2019 at 3:49amHi,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 Sign in to reply ...
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.
Hi,
Please add more this code to Customize > Custom CSS to do that:
Change value 20 to any value as you want.
Best Regards,
PenciDesign