Trade Theme - Subscription App

Hello,

I use Shopify Trade theme and the Shopify Subscriptions app.

I added the subscription widget/block in the products page but it is duplicated under the footer as well. How to fix that?

Thank you.

https://billys-sc.myshopify.com/
Password: rtaida

Hi @Gaiar ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
div#shopify-block-AaGVKRE9hK0ZLWWt0K__1768834845299682660 {
    display: none !important;
}

Result:

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! :rocket: (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Worked like charm!
Thank you so much @websensepro