Home Forums Pro Themes Easy Commerce Pro Shopping basket icon

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #76028
    Zain Amin
    Participant

    I would like to remove the shopping cart icon without deactivating woocommcerce.

    #76046
    wensolutions
    Keymaster

    Hello @zainamin,

    Thank you very much for using the theme.

    To remove the shopping cart icon without deactivating the WooCoomerce plugin, use below given CSS.

    For this go to Admin Panel > Appearance > Customize > Additional CSS and paste below given CSS.

    .header-cart-wrapper.clearfix {
        display: none;
    }

    Hope this helps.

    Best Regards!!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.