Archived topic
hide cart in menu on desktop
3 replies · Started by Victor Valladolid on June 22, 2021
Viewing posts 1–4 of 4
hide cart in menu on desktop
I want to show the cart only on mobile.
Can you help me?
Thanks,
Hi there,
Try this CSS:
@media (min-width: 769px) {
.main-navigation .menu-bar-item.wc-menu-item {
display: none;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Excellent support, congratulations. It works perfectly.
Greetings from Mexico
No problem :)
This archived topic is closed to new replies.