Skip to content
How to increase paragraph font size across your website

How to increase paragraph font size across your website

Increase paragraph text size site-wide with a simple custom CSS rule.

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.

  1. In your Shopify admin, go to Online Store → Themes.

  2. Select Edit theme for Align.

  3. Open Theme settings → Custom CSS.

  4. Add this rule:

    p {
    font-size: 2.4rem;
    }
  5. 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