I have adjusted the size of the font, in style.css file, on the computer interface is, on the phone the article title is still large. I do not know where to adjust. I bought the Newspaper 8.5.1, they said support for six months, but three days no one support me. Service is too bad, no customer support.
Hello,
Sorry but we were on Christmas break as can be seen at the very top of this post: https://www.screencast.com/t/uGKURLrD
Our theme does not have any options to change fonts specifically for the mobile version.
The fonts on themobile version of your site seem fine now. Please provide specific instructions to precisely which font you want changed and how so I can provide the proper code.
Thank you!
I have to edit in mobile / style.php
Please show me which line of the article title, how to lower the letter from 42px, 32px to 16px.
I do not accept the article title on such oversized mobile phones, it takes up space of mobile phones.
You can edit the mobile / style.php file and send it to me!
thank you
Hello,
Upon checking your site I see there are no more big fonts. If you change a font on desktop it will also affect mobile devices. if you want to have big titles on desktop and smaller ones on mobile you will need to add this css in your theme panel custom css box or if you use the mobile theme in the mobile theme custom css section:
@media(max-width:767px){.td-ss-main-content .td-post-header .td-post-title .entry-title{
font-size:18px!important;
}
}
Thanks.
