• Resolved catezee

    (@catezee)


    Hi everyone!

    I want to remove the shopping cart icon and the search products icon from the menu header because at the moment I don’t need it.

    I’ve tried looking in the Customize section but I couldn’t find it there.

    How do I take off the cart and search bar?

    Thanks for your help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Jarret

    (@jarretc)

    Looks like this is setup by WooCommmerce and couldn’t find a way to remove that from their settings.

    If you go into the Customize section, you can add the following to the Additional CSS textarea:

    .header-container .navbar-cart {
        display: none !important;
    }
    Thread Starter catezee

    (@catezee)

    @jarretc it works! Thank you so much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Cart and Search Products Bar in Menu Header?’ is closed to new replies.