November 20, 2019 at 9:48 am
Good afternoon,
I have been referred here from the WordPress support forums. I’m currently using the most up-to-date version of Virtue Premium, but I’m having issues with my cart page using the WooCommerce plugin.
The issue I’m having is that the the small red X button to remove an item from cart is not visible when viewed on mobile. This is a problem for one of my items in particular – membership, which I have set that people can’t select a quantity greater than one. For other items, you can decrease the quantity in checkout which will remove the item from your cart, but for membership, which is restricted to one item per customer, this is not possible. So there is no way to remove the membership item from the cart.
Desktop view – red cross symbol visible on left
Mobile view – no option to remove item:
On the WordPress support forums, it was suggested using the following CSS, however this doesn’t seem to have fixed the issue:
@media only screen and (max-width: 767px) {
.responsive table.shop_table .product-remove {
display: block !important ;
}}
I wondered if you could advise me how to rectify this problem, please?
Thanks in advance.
-
This topic was modified 6 years, 5 months ago by
Eric.