Woocommerce Android

Home Forums Jevelin Theme Woocommerce Android

Home Forums Jevelin Theme Woocommerce Android

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • zimmo
    Participant

    We have been testing out website and have an issue with the shopping cart. It works in the standard theme, just not jevelin.

     

    On the IOS device it is fine, but on the android phone it is not.

     

    The problem is, you cannot remove an item from the basket, so when a user wants to delete an item in their basket, they have no option to do this.

     

    If you want to test please visit:

     

    https://2020.fishnorth.co.uk/tickets/

     

    Thanks

    barry

    Hi Barry

     

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

     

    You can display the remove button on mobile 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 Code

     

    @media (max-width: 800px){
    .woocommerce-page #page-container table.cart td.product-remove {
        display: block;
    }
    }

     

    Best regards,
    Shufflehound team

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