Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
This is an accepted solution.
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! 🚀 (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!
This is an accepted solution.
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! 🚀 (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!