Home Forums WoodMart support forum Sticky Add to cart Button

Sticky Add to cart Button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #135117

    kreativeabu
    Participant

    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

    #135157

    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

    #135158

    kreativeabu
    Participant

    Dont want to remove from product page. Only want to remove it from sticky footer.

    #135195

    Hello,

    Please provide the screenshot what you want to remove.

    Best Regards

    #135241

    kreativeabu
    Participant

    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/

    #135242

    kreativeabu
    Participant

    Check screenshot https://prnt.sc/omb4tb

    #135275

    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

Viewing 7 posts - 1 through 7 (of 7 total)