Your account expired support, please renew to get your support.

Home Forums Themes Support Claue How to remove the + in the YITH filter

Viewing 5 reply threads
  • Author
    Posts
    • #41462
      Chen
      Support Expired

      Hi YITH team,

      how can I remove the + in the YITH filter? I wrote YITH and they told me that it is theme related. Thank you!

      Attachments:
      You must be logged in to view attached files.
    • #41465
      Harry
      Support Expired

      Hi Chen,

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

      .sidebar .widget.yith-woocommerce-ajax-product-filter ul li::before {
      	display: none;
      }
      .sidebar .widget.yith-woocommerce-ajax-product-filter ul li {
      	padding-left: 0;
      }

      Kind regards

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

    • #41467
      Chen
      Support Expired

      Hi Harry,

      it didn’t work. The “plus” is still there.

    • #41468
      Harry
      Support Expired

      Hi Chen,

      Can you send me your site url and login credential to check?

      Thanks

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

    • #41473
      Chen
      Support Expired

      Hi Harry,

      the YITH guys just solved this problem with this code:

      .sidebar .widget ul li.filter-item::before {
      display: none;
      }
      
      .sidebar .widget ul li.filter-item.color  {
      padding-left: 0;
      }
      • This reply was modified 3 years ago by Chen.
    • #41476
      Harry
      Support Expired

      Glad to hear you solve the issue.

      Have a nice day!

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

Viewing 5 reply threads

You must be logged in to reply to this topic.