• I have the WooCommerce “Storefront” theme and would like to remove the $$$ (items) and Shopping Cart Logo from my navigation menu in the header section.

    I’ve researched this and used a variety of code “fixes” in my Custom CSS to no avail.

    These tended to be older fixes so maybe something new that has kept up with updates might work. I want a snippet that can be used in the Custom CSS.

    Thanks in advance for any help.

    Don

Viewing 6 replies - 1 through 6 (of 6 total)
  • Looking for almost the same.

    I’d like to remove all but the item count and shopping cart logo in the header cart. Is there function somewhere which can be overriden and tweaked in functions.php?

    Would prefer tweaking a function instead of hiding with CSS.

    Thanks
    /Leah

    • This reply was modified 7 years, 8 months ago by Leah.

    use storefront powerpack plugin , it has the option to remove header cart , search box , navigation etc. .

    • This reply was modified 7 years, 8 months ago by deepakkuluvi.

    That’s a commercial plugin. Must be a simple function somewhere.

    send me you mail , i can give that plugin for free, i have a multi site subscription ??

    Hi,
    if you would like to remove it all, put this in your style.css file:

    .woocommerce-active .site-header .site-header-cart {
    display: none;
    }

    It works on my site.

    Thread Starter Don Anastas

    (@javaman1)

    Thanks mamto but I’ve tried that and it’s not working. Tried a few others still nothing.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove $$$ and Shopping Cart Nav Menu’ is closed to new replies.