• Resolved dj_ripcord

    (@dj_ripcord)


    I am in some desperate need of help, and I hope I am in the right place to ask.

    I have searched a lot on google and some answers come up but none of them work. I have a website https://www.ambridgelumber.com using the STOREFRONT theme and I really want to remove the shopping cart button in the header.

    Ive found many answers that say to change some CSS but the CSS rules given do not work.

    Any ideas on what MIGHT work?

    Any input greatly appreciated.

    https://www.ads-software.com/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi dj_ripcord,

    Try this CSS code:

    .site-header-cart .cart-contents:after {
    display: none;
    }

    Let me know if that works for you.

    Thread Starter dj_ripcord

    (@dj_ripcord)

    Wow icy11! thanks! that worked!

      I just forgot to mention that I also need to get rid of the total and tiem count displayed next to the cart as well. I thought it was all one thing but I guess not.

    Nevermind, I just removed the “:after” and it removed the entire thing!

    Thanks again!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing Shopping Cart Button in Header’ is closed to new replies.