Hi Guys,
I found a bug in the Atelier Mobile Menu.
When you added a product to your cart and try to view this on the mobile menu, the buttons are black.
See my attached picture for details.
(I found this on my own website, so i checked your demo theme and it has the same bug.)
I solved the problem for mobile on my own website by css:
#mobile-menu > ul > li.parent.shopping-bag-item.cart-not-empty.sub-menu-open > ul > li > div > div.bag-buttons > a.sf-button.standard.sf-icon-reveal.checkout-button {
background: #eabe12 !important;
}
#mobile-menu > ul > li.parent.shopping-bag-item.cart-not-empty.sub-menu-open > ul > li > div > div.bag-buttons > a.sf-button.standard.sf-icon-reveal.bag-button {
background: #27bcab !important;
color: white !important;
}
But when viewing on a tablet the buttons are black again.
Could you guys look into it?
Second question: is it possible to move the woocommerce menu items to the bottom of the menu?
So you will have a blanc space between menu and cart whislist etc?