Make Font On Mobile Device Bigger - Question | JoomShaper

Make Font On Mobile Device Bigger

JB

Juergen Baisch

Template 3 years ago

Hi,

Google is telling me that the font is too small for mobile devices. How can I make it bigger for mobile devices only? Thanks.

https://water-for-africa.org/

0
7 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3131

Hi Use this custom css

@media (max-width: 767px){
.sppb-addon-text {
    font-size: 25px !important;
}
}

In Extensions>Template> Template Options > Custom Code > Custom CSS please add this Thanks

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2739

Hi Which portion font? Could you please give me a screenshot of your issue?

0
JB
Juergen Baisch
Accepted Answer
3 years ago #2747

the font size for paragraphs <p> on all pages.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #2817
0
JB
Juergen Baisch
Accepted Answer
3 years ago #2845

Yes, for example. The body font is everywhere of the same size. I want to make it bigger fpor mobile devices. In the template settings (Typography) is a setting for the body font. This is the size for all PC and mobile devices.

I wanted to attach a screenshot but have not found place where I can do it.

How I can adjust this for mobile only? E.g. CSS? In which place do I have to write the CSS and what is the CSS code? Thank you!

0
JB
Juergen Baisch
Accepted Answer
3 years ago #3286

Thanks!

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #3510

welcome

0