Archived topic
icon in the menu
7 replies · Started by Любомир on March 23, 2019
Thanks for my airplane site)))
I have a question: is it possible to make the basket icon in the menu so that it appears only after the user adds the product?
I tried to manipulate the settings but it didn't work out for me.
My site
Hi there,
Try this CSS:
#site-navigation .wc-menu-item,
#sticky-navigation .wc-menu-item {
display: none;
}
#site-navigation .wc-menu-item.has-items,
#sticky-navigation .wc-menu-item.has-items {
display: inline-block;
}
Let me know :)
As always, everything is quick and efficient!
Thank you very much!
You're welcome :)
Sorry to bother you)))
On the mobile does not work.
The option only on the mobile will be perfect!
Ah, I need to add the has-items class to the mobile cart container. I'll get that done in alpha.2.
Thank you! :)
ok
I'll update this topic once alpha.2 is out. Likely on Monday :)