• Resolved webmasterjb

    (@webmasterjb)


    Hi,

    I would like to disable the button which appers after select any of the variation.

    How can I disabble it in orger to evoid the gap below the variations?

    • This topic was modified 1 year, 1 month ago by webmasterjb.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WCBoost

    (@wcboost)

    Hello,

    Actually, it should be controlled by the theme. But you can try this CSS to hide the “Clear” button.

    .variations_form .reset_variations {
    	display: none !important;
    }
    Thread Starter webmasterjb

    (@webmasterjb)

    OK. it works for me. Thanks!

    Plugin Author WCBoost

    (@wcboost)

    You’re welcome! I’m glad I could be of assistance. Please don’t hesitate to reach out if you have any further questions.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable “clear” botton’ is closed to new replies.