Hey guys,
I would like to redesign my sign up/ newsletter subscription section in Shopify Dawn.
Do you know how to get from this view:

to this one:
This is my store URL: https://jnsq.shop/
Thank you!
Julia
Hey guys,
I would like to redesign my sign up/ newsletter subscription section in Shopify Dawn.
Do you know how to get from this view:

to this one:
This is my store URL: https://jnsq.shop/
Thank you!
Julia
Hi @jesuisjulie
Try this one.
button#Subscribe {
background: black;
color: white;
}
.field:after {
border-bottom: none;
}
input#NewsletterForm--footer {
border: 1px solid black;
}
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hey @jesuisjulie
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi Ribe! Thank you so much for the code!
It works, but the there are some issues with the button. On desktop it looks like it’s slightly bigger than the subscription field:
on mobile it’s also not aligned:
The rest looks great! ![]()
Oh, I didnt check that. Try this one again.
Same Instruction.
@media only screen and (max-width: 749px){
button#Subscribe {
margin-top: 0px !important;
right: -1px;
}
}
.field {
border: 1px solid black;
}
button#Subscribe {
background: black;
color: white;
right: -1px;
}
.field:after {
border-bottom: none;
}
And Save.
Result:
I hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi Ribe, thank you! It looks like another line appeared:
also on mobile the “sign up” text is slightly higher than the rest
Hopefully it’s an easy fix ![]()
Why is that keep appearing i already wipe that out.
Try this one.
.field:after {
border-bottom: none !important;
}
And Save.
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you! It’s removed now ![]()