Want To Hide Add to Cart Bascket in Mobile View “Out Of Stock” Product
-
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.
Hello,
Please provide the page URL, the page URL provided earlier shows the error. https://gyazo.com/e16727dc43b8861318e6f4b1474243b6
Best Regards
Link Updated Please Check
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.wd-hover-quick:hover .wd-add-btn {
display:none;
}
Best Regards
Still showing basket in mobile view. Please check screenshot
Attachments:
You must be
logged in to view attached files.
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
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.”
Sorry Sorry After Clear Cache! Above code worked! Thanks Team!
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Want To Hide Add to Cart Bascket in Mobile View “Out Of Stock” Product’ is closed to new replies.