Very welcome!
Topic summary
Issue: In the Shopify Dawn theme, the Image Banner with a single button shows unwanted white background/padding around the content (confirmed via screenshot).
Details requested: Responders asked for the store URL and password to inspect. The store link was shared publicly and the password was sent via private message.
Solution provided: Add Custom CSS to the banner section to remove the white background and keep the button visible: .banner__box { background: transparent; } .banner__box .button { opacity: 1; }
Outcome: The fix worked as confirmed by the original poster.
Status: Resolved. No remaining open questions.
Notes: The code snippet is central to the resolution; the image served to illustrate the padding issue.