Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1470006

    Basket is hidden on mobile – You will need to be logged in to see the store (private message)
    Can you let me know why this is happening?

    #1470061

    Hey whdsolutions,

    Thank you for the inquiry.

    This css code hides the basket or cart icon:

    .menu-item {
        display: none;
    }

    It’s from the plugin “hide-prices-private-store”. Try to override it with this code:

    @media only screen and (max-width: 767px) {
        /* Add your Mobile Styles here */
        .responsive #top .cart_dropdown {
            display: block;
        }
    }
    

    Best regards,
    Ismael

    #1470083

    Fabulous as always – Thank you!

    #1470102

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1470105

    You can close this thread.

    #1470133

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Basket is hidden on mobile’ is closed to new replies.