WooCommerce Cart Icon in Header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #31814
    Michael Smith
    Participant

    Hello,

    I am trying to remove the WooCommerce cart icon in the header of http://www.edgeschool.com.

    I have tried code fragments in the custom CSS area that I have found on other websites, as well as the one found in other posts on this site:

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

    but I am not having any luck.

    Any suggestions?

    Thank you!

    #31817
    Veena
    Moderator

    Pls have the below custom CSS –

    .woocommerce-site .cart-contents {
        display: none;
    }
    
    #31823
    Michael Smith
    Participant

    Excellent, that worked!

    Thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Cart Icon in Header’ is closed to new replies.