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.
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.cssfile 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
1 Like
You can do the following to change the font size of the Subscribe to our emails
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the base.css file
- 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.
