Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #593721

    Hi,

    I have created a gift coupon (using WooCommerce Smart Coupons plugin) where customers can enter the amount they wish to pay for the coupon. However, I want to hide the button ‘Enter price’ (label text might be different as I’m using a translated version) which is displayed below the product in the list of products on the shop page. How can I achieve this?

    #594343

    Hi mazeika!

    To hide the button please add display:none css property to the button class

    .button-class-name {
        display: none;
    }

    If you have any question please get back to us with the link to the page where we can inspect the element in question.

    Cheers!
    Vinay Kashyap

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.