Changing the font size of "Subscribe to our Emails"

Topic summary

A user working with Shopify’s Dawn theme needs help adjusting the font size of “Subscribe to our Emails” text in the website footer.

Proposed Solution:

  • Navigate to: Admin → Online Store → Themes → Edit code
  • Open the base.css file in the Assets folder
  • Add CSS targeting the newsletter heading at the end of the file
  • Specific selector and font-size property provided (text appears corrupted/reversed in original)

Current Status:

  • Another participant requested the website URL to better diagnose the issue and provide more accurate guidance
  • Discussion remains open, awaiting additional information to confirm the solution
Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

I want to know how to change the font size of “Subscribe to our Emails” on the footer of my website. I’m using Dawn theme. Any help would be appreciated.

1 Like

Hi @StillWater22

You can do the following to change the font size of the Subscribe to our emails

  1. From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
  2. Go to Asset folder and open the base.css file
  3. At very end of the code, add the code below
.footer-block__newsletter h2.footer-block__heading.inline-richtext {
    font-size: 25px;
}
1 Like

Can you share the link to your website please? This would make it a little bit easier for me to see what the problem is and guide you in the right direction.