How to remove(hide) woocommerce cart icon in mobile version?
-
I’m making a website using Zakra Theme.
I downloaded Woocommerce plugin, and it automatically created a shopping cart icon on the header of my website. I need the payment function, but I don’t need an icon because I have separate buttons made for payments.I found out that the code for Desktop version is this:
.tg-primary-menu > div > ul > li.tg-menu-item-cart {
display: none;
}But I couldn’t find out how to remove it from Tablet and Mobile versions.
Please help me if you know the solutions. ??Thank you
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to remove(hide) woocommerce cart icon in mobile version?’ is closed to new replies.