Swapping shop icon - by Jennifer - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Jennifer

  • Avatar: Jennifer
    Jennifer
    Participant
    December 8, 2021 at 15:07

    Hi guys!

    I have a case a bit weird and I don’t even understand it, but my client asked for it.
    Is there a way to changing/swapping the icons of this 2?

    They want the cart icon to open de quick view pop-up and the view icon to take you to the single product page. 🤷‍♀️

    Thank you!

    shop icon

    2 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 8, 2021 at 18:05

    Hello,

    Add the below code to Theme Options > Custom CSS

    .footer-product .show-quickly:before {
        content: "\e90c";
    }
    .et_cart-type-2 .footer-product .button:before {
        content: "\e907";
    }

    Regards

    Avatar: Jennifer
    Jennifer
    Participant
    December 8, 2021 at 19:26

    Great!
    Works perfectly.
    Thank you very much!

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘Swapping shop icon’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.