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

Home Forums Support [Resolved] Two Shopping Cart Icons in Menu, how to remove the default one

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1193239
    bluebit

    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?

    #1193248
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

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

    worked thanks

    #1193254
    Leo
    Staff
    Customer Support

    No problem 🙂

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