Removing Cart Icon

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #21718
    glascala
    Member

    Hi.
    Today when I began working on the website I am creating I noticed the Cart icon in the top right corner.
    How can I remove this?

    #21765
    Veena
    Moderator

    If you are not using your site as a woocommerce one then you can simply deactivate the plugin to remove the cart icon .

    Or

    You can use the below custom CSS in themeoptions –

    .woocommerce-site .cart-contents {
        display: none;
    }
    
    #21858
    glascala
    Member

    Thanks I was able to get it worked out.

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