• Resolved robbie615

    (@robbie615)


    Hi there,

    would you be able to provide some CSS to help with removing the ‘clear’ button that appears after selecting an option on a variable product?

    Have tried a.reset_variations {display: none;} but this doesn’t seem to work.

    Many thanks

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • mother.of.code

    (@imazed)

    The Mother of Code

    Hey @robbie615 – I tried the display: none; on that class, using the developer console and that appeared to have worked fine. Depending on how you are adding this bit of CSS, you may want to add !important after it, so like this:

    a.reset_variations {display: none !important;}

    Thread Starter robbie615

    (@robbie615)

    Perfect, that’s it working now! Thanks so much ??

    mother.of.code

    (@imazed)

    The Mother of Code

    Awesome, happy to have been able to help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove ‘clear’ function on variable products’ is closed to new replies.