How to customize add to cart icon on the single product page?

This topic has 5 replies, 3 voices, and was last updated 2 years ago ago by Olga Barlow

  • Avatar: Sadikul Islam
    Sadikul Islam
    Participant
    April 25, 2022 at 07:21

    Hi, how to customize add to cart icon on the single product page?

    Please, contact administrator
    for this information.
    4 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 25, 2022 at 08:26

    Hello,

    You can use one of these icons, by adding the next code in Theme options > Theme custom CSS:

    .single-product .single_add_to_cart_button:before { 
        content: "\e90d";
    }

    Regards

    Avatar: Sadikul Islam
    Sadikul Islam
    Participant
    April 25, 2022 at 17:43

    How to remove it?

    Avatar: Sadikul Islam
    Sadikul Islam
    Participant
    April 25, 2022 at 17:51

    .single-product .single_add_to_cart_button:before {
    content: “”;
    }

    Like this?

    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    April 26, 2022 at 12:46

    Hello,

    Use below code

    .single-product .template-container .single_add_to_cart_button:before {
        display:none;
    }

    Regards

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

The issue related to '‘How to customize add to cart icon on the single product page?’' 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.