Sticky Add to cart Button
-
Hi, I have installed pincode check plugin for product page. By it’s also showing in sticky add to cart area in footer. I want to remove it from sticky add to cart area in desktop and mobile too. please check screenshot https://gyazo.com/5830ed669b6a00fc7e63705ace4266d7
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.single .wc-delivery-time-response {
display:none;
}
.single .tc-extra-product-options.tc-show,
.single .tc-extra-product-options.tc-show-override {
display:none;
}
.single .tm-epo-totals {
display:none;
}
Best Regards
Dont want to remove from product page. Only want to remove it from sticky footer.
Hello,
Please provide the screenshot what you want to remove.
Best Regards
Hi i want to remove pincode area from footer sticky add to cart area. Check screenshot attachment
Products link: https://inshopper.in/wordpress/product/8-seater-teak-rectangular-dining-table/
Hello,
Please replace this code in the Theme Settings > Custom CSS > Global:
.single .woodmart-sticky-btn .wc-delivery-time-response {
display:none;
}
.single .woodmart-sticky-btn .tc-extra-product-options.tc-show,
.single .woodmart-sticky-btn .tc-extra-product-options.tc-show-override {
display:none;
}
.single .woodmart-sticky-btn .tm-epo-totals {
display:none;
}
Best Regards