Site logo

Archived topic

Two Shopping Cart Icons in Menu, how to remove the default one

3 replies · Started by bluebit on March 12, 2020

Viewing posts 1–4 of 4

I added a custom shopping cart icon to my menu, but when I try to remove the default generatepress woocommerce shopping cart icon it also removes the one I added, how can just the one I added?

Hi there,

Try this CSS:

.main-navigation a.cart-contents:not(.has-svg-icon):before {
    content: none;
}

worked thanks

No problem :)

This archived topic is closed to new replies.