Home 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 3 posts - 1 through 3 (of 3 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.

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