Shopping cart badge on mobile view
-
Hello,
On mobile view, I would like to remove the shopping cart badge on category pages for variable products. (See image)
How can I fix this wit CSS?
Regards,
Roel
Attachments:
You must be
logged in to view attached files.
Hello,
It is not possible with CSS. If you delete the bottom it would not be possible to place an order for a product
Best Regards
Does it effect the functionality on the product page as well? I only need it to be removed from the category page, just as the simple products on the category page.
Fixed with CSS:
.button.product_type_variable.add_to_cart_button.add-to-cart-loop {
display: none !important;
}
If you have any questions please feel free to contact us.
Best Regards
The topic ‘Shopping cart badge on mobile view’ is closed to new replies.