Remove email suscription bar at home page

Solved

Remove email suscription bar at home page

danielcorrea
Explorer
56 0 15

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/

gggg.JPG

Accepted Solution (1)

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi @danielcorrea 

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

View solution in original post

Replies 2 (2)

Ollie
Shopify Staff (Retired)
2550 460 425

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:
 
14-00-33845-73205
 
Let me know if that does the trick. 

Ollie | Social Care @ Shopify 
 - Was my reply helpful? Click Like to let me know! 
 - Was your question answered? Mark it as an Accepted Solution
 - To learn more visit the Shopify Help Center or the Shopify Blog

PageFly-Henry
Shopify Partner
1184 335 293

This is an accepted solution.

Hi @danielcorrea 

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

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.