How to change the logo on the buy now button

This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Tony Rodriguez

  • 3 Answers
    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 3, 2023 at 07:19

    Hello @PR,

    You can change the icon using Custom CSS. Please copy and paste the following CSS code into XStore >> Theme Options >> Theme Custom CSS >> Global CSS and change the icon code as per your requirements.

    You can find the icon code here: https://xstore.8theme.com/xstore-icons/.

    .single-product button.et-single-buy-now:before {
        content: '\e93d' !important;
    }

    The result of this code will look like this: https://postimg.cc/PphPN3cC

    Best Regards,
    8Theme’s Team

    Avatar: PR
    PR
    Participant
    March 3, 2023 at 22:42

    Hello Tony,

    Thanks!
    I have one question.

    I have many custom codes on the additional CSS section and it becomes hard to tell the what each code is used for.
    When I add the reason for the code before the actual code, it stops working (the code)

    Is there anyway to add the text for what the code does?

    For example, I added your code and it worked.

    But when I write before the code;
    CHANGES THE ICON FOR THE BUY NOW BUTTON ON THE PRODUCT PAGE

    The code stops working.

    Any tips would be great!

    Avatar: Tony Rodriguez
    Tony Rodriguez
    Support staff
    March 4, 2023 at 09:32

    Hello @PR,

    We hope this article (https://www.w3schools.com/css/css_comments.asp) will help you understand and resolve your issue regarding writing comments in CSS.

    Best Regards,
    8Theme’s Team

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

The issue related to '‘How to change the logo on the buy now button’' 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.