• Hello,

    I have spent hours trying to find a way to remove the cart button from the menu button. It appears on all pages embedded in the menu bar. I’ve Googled a lot, searched deep within the settings and tried custom CSS, but nothing is working.

    Can you help please?

    Thank you,

    Steph

Viewing 1 replies (of 1 total)
  • Theme Author wpelemento

    (@wpelemento)

    Hello @spetrashko,

    You can use custom CSS to remove the cart button. Follow these steps:

    1) Go to Dashboard > Appearance > Customize > Additional CSS
    2) Add the following code and publish it:

    .cart-customlocation {
    display: none !important;
    }

    Thank You.

Viewing 1 replies (of 1 total)

The topic ‘Can’t remove cart button’ is closed to new replies.