Goal: add a static background image to the Dawn theme newsletter/email signup section, configurable via the editor. The store link and a screenshot were provided; the blog-based code used by the poster didn’t work.
Proposed approach: add Custom CSS to the section targeting .newsletter__wrapper (or .newsletter .newsletter__wrapper) with background-image, background-size: cover, and background-position: center to display a chosen image.
Clarification: the poster wants the image “static,” not with a parallax-like effect. In CSS, background-attachment controls this behavior: fixed keeps the image pinned to the viewport; scroll moves it with the content.
Latest update: one contributor said adding background-attachment: fixed !important resolved their similar issue, but their pasted full CSS shows background-attachment: scroll !important, which conflicts with that advice. The key is selecting the desired attachment value (fixed vs scroll) for the effect.
Status: no confirmed resolution from the original poster. Next action: adjust background-attachment and verify the correct selector (.newsletter__wrapper) in the Custom CSS; ensure the image URL is valid and editor-configurable.
Summarized with AI on December 21.
AI used: gpt-5.