How to increase paragraph font size across your website
You can increase paragraph text size across your storefront with one short rule in Shopify’s Custom CSS setting. For Align-specific guidance, see Company XYZ documentation on Custom CSS.
-
In your Shopify admin, go to Online Store → Themes.
-
Select Edit theme for Align.
-
Open Theme settings → Custom CSS.
-
Add this rule:
p {font-size: 2.4rem;} -
Save your changes, then preview several pages on desktop and mobile.
Change 2.4rem to the size you prefer. As a general reference, 1.6rem is approximately 16px, while 2.4rem is approximately 24px.
For more information, see Shopify documentation on adding custom CSS to your theme