• My site is nbc.zenith-marketing.co.uk and I’m using Storefront theme with Woo Commerce.

    On every page the number of items in the cart and a shopping bag icon appear under the header and behind the headline of my page content. How do I remove that? I have spent hours and hours searching Google and various forums to no avail, so any help that can be given here would be very, very much appreciated.

    Thank you in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to your site’s CSS:

    /* Remove shopping cart from header */
    .woocommerce-active .site-header .site-header-cart {
    display: none!important;
    }

    If you use a child theme, you can just add it to the bottom of our styles.css file, otherwise use it in customizer, there should be a place to add additional CSS in there. If none of these apply, use this: Simple CSS

    Thread Starter sticklegs

    (@sticklegs)

    Thank you so, so much. That worked! I can’t tell you how happy I am!!

    Thank you

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

The topic ‘Remove cart display from under header’ is closed to new replies.