Home Forums Themes Support How to enable "clear" button for the swatch variations

Topic Resolution: Resolved
Viewing 2 reply threads
  • Author
    Posts
    • #24642

      Hi, we need the display the “clear” button for the variations. So that customer can reset all the options.It seems been disabled by the theme. How can we get it back?

    • #24649

      Hi,

      Sorry because inconvenience.

      Please add below code to Claue > Theme Option > General Layout > Custom CSS

      .reset_variations,
      .swatch .reset_variations {
      	display: initial !important;
      }
      .is-label > .value, .is-color > .value {
      	display: initial !important;
      }
      .variations .swatch .value { border: none;}
      .variations .swatch .value select,
      .variations .swatch .value:after {
      display: none;
      }

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #24650

      Thanks a lot for your fast reply. 🙂

Viewing 2 reply threads

You must be logged in to reply to this topic.