Site logo

Archived topic

Two carts

5 replies · Started by Escobar on March 25, 2021

Viewing posts 1–6 of 6

I am so sorry, because i was mistaken.

Actually if i want to see the car at moblie menu, i have to check “Display cart in menu” on Appearance > Customize > Layout > WooCommerce. Then i see two carts at main menu.

How can i remove one of the carts please?

website is: mivestuariolaboral.com

Hi there,

Are you using any custom functions?

Just saw your other reply.

Try this CSS:

@media (min-width: 769px) {
    .main-navigation .menu-bar-item {
        display: none;
    }
}

Excellent!
Thanks a lot.

Kind regrads.

No problem :)

This archived topic is closed to new replies.