Archived topic
mbv3 - Hide empty cart icon
3 replies · Started by Sascha on June 12, 2022
Viewing posts 1–4 of 4
Hi
I have applied your CSS from here https://generatepress.com/forums/topic/show-cart-items-in-navigation/#post-1014294
to my site, but it does now work.
Can you please help me fixing?
Thank you in advance and kind regards,
Sascha
Hi there,
Try this instead:
.main-navigation .menu-bar-item.wc-menu-item:not(.has-items) {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
Works! Thanks a lot 🙏
No problem :)
This archived topic is closed to new replies.