Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    Thanks for posting.
    “Select Options” come from your product variations(Variable product), this is dynamic and depend on your product to display price or reduce price or variations or etc.

    if you want to hide these button you can add css anywhere

    .wcps-container div.wcps-items div.wcps-items-cart a.add_to_cart_button {
      display: none;
    }

    please note this will also hide price button inside slider.

    Thanks

    Thread Starter letrab

    (@letrab)

    Perfect thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove or Edit "Select Options" button’ is closed to new replies.