Hi,
It would depend if the mobile theme plugin is used or not, also if this is regarding the post title in the modules or in the single post page. It could be done with some CSS if you want to modify those elements just for mobile.
With the composer it would be easier, simply select the mobile mode and customize the font properties, for example in a page – http://prntscr.com/mmkjgu
Or in a cloud post template – http://prntscr.com/mmkk7q
That will only apply to mobile mode, you can customize the fonts per device.
Thanks
Hi, You can use this custom css to change the font size and line height for all posts on mobile devices:
@media(max-width:767px){
.td-post-header header .entry-title{
font-size:20px!important;
line-height:20px!important
}
Add the code in the theme panel under custom code -? custom css.
Thank you!
Hi,
Unfortunately the settings from them panel will chge the font on all devices not only on mobile device.
This can be achieve if you are using a single post template from tagDiv Cloud Library, there you can set different font size for post content on each devices.
-> https://www.screencast.com/t/QgxAUhO7f
Thank you for your understanding!
Hi,
Yes, all you need to do is to set it as a global single post templates and will apply to all post that do not have set a individual post template.
-> https://www.screencast.com/t/5Y2VspluZLJ
Thank you!