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?
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
Fabulous as always – Thank you!
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
You can close this thread.
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard