Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Removing item from cart button not visible when viewed on mobile

Home / Forums / Virtue Theme / Removing item from cart button not visible when viewed on mobile

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
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.
  • The forum ‘Virtue Theme’ is closed to new topics and replies.