How can I edit the text or delete this newsletter signup on the footer of the Debut theme? I am not finding an option in the customize theme area.
@amarin27 to edit text online store > debut >actions > edit language > General
Trry this css to hide it from footer in theme.css
.site-footer__item-inner--newsletter {
display: none;
}
Hi @amarin27 ,
You can try follow the instruction below:
- Go to Online Store → Theme → Customize.
- Home page → Footer → block Newsletter signup.
You can edit in Heading and remove block in Remove block.
- Go to Online Store → Theme → Edit Language. In tab General → find Newsletter form to edit content for Newsletter form.
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.