Archived topic
Mobile Body Text Size
3 replies · Started by Chris on May 21, 2017
Viewing posts 1–4 of 4
I can't seem to find the setting for the body mobile text size. Is there a setting in the customizer for this?
Hi Chris,
Not in the customizer currently. Try this:
@media (max-width: 768px) {
body {
font-size: 9px;
}
}
Awesome. Thank you sir!
You're welcome!
This archived topic is closed to new replies.