Hi, I would like to remove the email suscription bar only at the home page. I use Dawn theme and my url is: https://lelaloot.com/
Hey @danielcorrea .
Thanks for reaching out.
I appreciate that you have let us know which theme is live on your store as that is very helpful! Looking into this, you should be able to remove the Email signup by navigating to the Theme Editor and selecting the footer section. Once you select the footer section, you should be able to see the options to enable or disable the Email signup bar appearing on the storefront. I took a screenshot from my test store to show you the sections I am referring to:
Let me know if that does the trick.
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.newsletter.center {
display: none !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly