Hello,
How do I remove the Woocommerce cart icon on mobile for enfold child theme?
Our website is catalog, not shop with buy now functions, so we would like to get rid of it somehow :)
Thank you very much!
Hey MartiskaSon,
To remove that, you can add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #header .cart_dropdown {
display: none !important;
}
}
Hope it helps :)
Best regards,
Nikko
Thank you Nikko, have a great day!
Hi,
Glad we could help!
Thank you for using Enfold.
Best regards,
Vinay