Support Center
Visit Demo
License manager
Buy @ envato
toggle menu
Categories
Discussions
Activity
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Theme support
›
Fonts
Larger fonts on mobile
sarahpeller
July 2019
in
Fonts
Is there a way to make the fonts slightly larger when the site is viewed on mobile?
Comments
Pablo
July 2019
Hi,
Unfortunately, that's not possible in the theme options.
BeTheme is decreasing font size automatically and only way to change that is using the custom css code.
Thanks
Artedellariflessologia
September 2019
Thanks Pablo.
Could you show me an example of custom CSS to increase the font p of a page?
Grazie.
Elisa
Kidoni
September 2019
Yes Pablo, could you please provide what this CSS would be. Google is requiring much larger font styles with their mobile first indexing.
Pablo
October 2019
Of course, the CSS to increase the font size of <p> on mobile is:
@media
(max-width:768px){
p{ font-size:24px }
}
Just remember, to insert it into the Theme Options > Custom CSS & JS > CSS
Thanks
Sign In
or
Register
to comment.
Comments
Thanks