How do I change the font size for all paragraphs on mobile only? I'd like to change font sizes in footer / widgets as well, for mobile only – can you direct me to the right place, please?
You can change the paragraph's font size on mobile by adding the following CSS code at Appearance > Customize > Additional CSS with the font size you want to add.
Hi
How do I change the font size for all paragraphs on mobile only? I'd like to change font sizes in footer / widgets as well, for mobile only – can you direct me to the right place, please?
Hi,
You can change the paragraph's font size on mobile by adding the following CSS code at Appearance > Customize > Additional CSS with the font size you want to add.
@media (max-width: 720px) { p { font-size: 13px !important; } }Feel free to ask for anything you need.
Kind Regards