Hello,
i want to remove newsletter in cart section only, how it is possbile?
my website is https://www.locofooduae.com/cart
Hello,
i want to remove newsletter in cart section only, how it is possbile?
my website is https://www.locofooduae.com/cart
hii, @Jason_19_1
Paste this code on top of the style.scss.css file.
body.cart.promo_banner-show #shopify-section-newsletter {
display: none !important;
}
Thank You.