Can't remove an item from cart in mobile

Home Forums Jevelin Theme Can’t remove an item from cart in mobile

Home Forums Jevelin Theme Can’t remove an item from cart in mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • egamb
    Participant

    There is no way to remove an item from cart in mobile. There is an X icon to remove the item from  regular desktop checkout, but there isn’t an x icon in mobile to remove an item from your cart.

    Solution for this topic

    Hi @egamb,

     

    I hope you are well today and thank you for your question.

     

    You can display the remove button in the cart by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS

     

    .woocommerce-page table.cart .product-remove, 
    .woocommerce-page table.cart .product-subtotal {
        display: block !important;
    }

     

    Best regards,
    Shufflehound team

    egamb
    Participant

    That did it! Thanks so much 🙂

     

    You are most welcome here 🙂

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