How do I change H1, H2, H3 and regular text sizes?
Changing Text sizes?
2 posts from 2 voices-
Posted 11 months ago #
-
Hi,
For the heading tags(h1, h2, h3, etc), add this in your Quick CSS or custom.css:
h1 { font-size: 18px !important; }Just replace the font-size value.
For the regular text sizes use this code:
body { font-size: 12px !important; }Hope this helps. :)
Cheers,
IsmaelPosted 11 months ago #
Reply
You must log in to post.














