Hi, I want to change the font size of the post titles in mobile view (see screenshot). I thought I am correct in the Customizer at -> Post Layouts -> Font Size -> Font Size for Post Titles on Layouts: Standard, Classic & Overlay... but unfortunately the title is not changing/responding. What can I do?
The category font size option will apply to all devices. If you want to change it on the mobile, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
@media only screen and (max-width: 767px) { .cat > a.penci-cat-name, .penci-grid li .item .cat a, .penci-masonry .item-masonry .cat a { font-size: 13px; } }
Change 13px to the size you want to display on mobile only.
Hi, I want to change the font size of the post titles in mobile view (see screenshot). I thought I am correct in the Customizer at -> Post Layouts -> Font Size -> Font Size for Post Titles on Layouts: Standard, Classic & Overlay... but unfortunately the title is not changing/responding. What can I do?
Hi,
After you've made some changes about the style/font size, you need to click the Publish, then clear all the site and check again.
Regards,
PenciDesign.
Hi,
I did that, but unfortunately it doesn't work. I also checked it directly on my phone, no change in font size.
Regards.
Hi,
I've fixed the mobile size issue.
Please check.
Regards,
PenciDesign.
Hi,
thanks! It works now! :)
Regards
Hi,
The category font size option will apply to all devices. If you want to change it on the mobile, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Change 13px to the size you want to display on mobile only.
Regards,
PenciDesign.
Great support as always. Thank you!