Home Forums WoodMart support forum Want To Hide Add to Cart Bascket in Mobile View “Out Of Stock” Product

Want To Hide Add to Cart Bascket in Mobile View “Out Of Stock” Product

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #356443

    Faizan Chauhaan
    Participant

    OLD Topic: https://xtemos.com/forums/topic/want-to-hide-add-to-cart-bascket-in-mobile-view/

    .product-grid-item .add_to_cart_button.button{
    display: none;
    }
    This code is working but still showing basckets on out of stock product.

    Attachments:
    You must be logged in to view attached files.
    #356544

    Hello,

    Please provide the page URL, the page URL provided earlier shows the error. https://gyazo.com/e16727dc43b8861318e6f4b1474243b6

    Best Regards

    #356636

    Faizan Chauhaan
    Participant

    Link Updated Please Check

    #356772

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .wd-hover-quick:hover .wd-add-btn {
        display:none;
    }

    Best Regards

    #356851

    Faizan Chauhaan
    Participant

    Still showing basket in mobile view. Please check screenshot

    Attachments:
    You must be logged in to view attached files.
    #357018

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (max-width: 1024px){
    .wd-hover-quick .wd-add-btn {
        display:none;
    }
    }

    Best Regards

    #357020

    Faizan Chauhaan
    Participant

    Still showing Basket For “Out Of Stock” in category page

    Please Visit Link Below I Mentioned in private content
    “In mobile view Still showing basket in out of stock product.”

    #357021

    Faizan Chauhaan
    Participant

    Sorry Sorry After Clear Cache! Above code worked! Thanks Team!

    #357026

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Want To Hide Add to Cart Bascket in Mobile View “Out Of Stock” Product’ is closed to new replies.