Home New Guten Forums WoodMart support forum How to remove the border of the single buy now button

How to remove the border of the single buy now button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #656894

    hey3212
    Participant

    Hi,

    I have a buy now button on the single product page. You can come to this page by clicking Earrings and any product. How to remove this button’s border?

    Attachments:
    You must be logged in to view attached files.
    #657032

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product .wd-buy-now-btn {
        border: none !important;
    }

    Best Regards,

    #657070

    hey3212
    Participant

    Thank you. Could you also provide css codes to increase the height of both buttons? They are a bit too narrow at the moment.

    #657173

    hey3212
    Participant

    It is the vertical height of the buttons that need to be increased, btw. see attached.

    Attachments:
    You must be logged in to view attached files.
    #657179

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .single-product .single_add_to_cart_button,
    .single-product .wd-buy-now-btn {
        height: 60px; /* adjust this value as needed */
        font-size: 18px;
    }

    Best Regards,

    #657185

    hey3212
    Participant

    Got it. Thank you very much.

    #657297

    Hello,

    You’re very welcome! I’m glad I could help. If you need anything else, feel free to reach out!

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards,

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘How to remove the border of the single buy now button’ is closed to new replies.