Hey Team! I’d like to know how to change the newsletter subscribe button in the Debutify theme. I want text instead of an icon.I’ll show you a picture of what I mean. Or it would be a good solution if I could replace the whole newsletter section with another one. But if I just replaced the button, that would be good too. Thanks!
1 Like
@szabennyo
Thanks for your question.
Please share your site URL,
So I will check and provide a solution here.
Hey. Thanks! This is my url: https://green-pest-swarin.myshopify.com/ and this is the password: bedes55
Thanks for store URL can you please try this
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.newsletter--form .fa-envelope:before {
content: "\f0e0";
content: "Subscribe" !important;
font-family: "DIN Next",sans-serif !important;
font-weight: normal !important;
}
after code view
1 Like
Thank you!
1 Like
Thanks for you feedback and support.

