Dawn theme - image banner email form customize

I want to make a banner with an email sign up, referring to the picture below.

I found the code to make it through https://community.shopify.com/c/shopify-design/how-do-i-add-an-email-signup-to-image-banner-on-dawn/m-p/1890004.

But it doesn’t seem to display some things correctly, such as bold fonts and the position of the table cannot be adjusted. I want it to be aligned with other content in the banner.

In addition, I want to know how to insert an image after the text of the banner so that it looks like this reference image? Please guide.

Thanks in advance.

https://hxz9vgbiy899qjjo-66491580602.shopifypreview.com

@Cheflor For aligning the email box open your component-newsletter.css file and add this code at the bottom of the file.

.banner__content .newsletter-form {margin: 0 !important; }

For to be able to add an image block beneath the text this will require code modifications in the image-banner section code

Thanks

1 Like