• Resolved CEOBABA

    (@ceobaba)


    How to remove the shopping cart icon at the top right of my website has been my headache for 7 days. I have tried all types of tricks online but to no avail. Please how do I do this? I am using Shopping Cart theme.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • add this code to your custom css

    .fixed-header-box .cart-dropdown {
    display: none;
    }

    Plugin Support AW a11n

    (@slash1andy)

    Automattic Happiness Engineer

    Hey there!

    This is something your theme support would be better to explain, as this is a theme issue, not a WooCommerce issue at all. With that being said, you can use this CSS snippet to hide it:

    
    div.cart-box {
    display: none;
    }

    Hopefully that helps! Have a great one!

    Thread Starter CEOBABA

    (@ceobaba)

    Thank you immensely. This code worked.
    div.cart-box {
    display: none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing shopping cart icon’ is closed to new replies.