Skip to main content
All CollectionsTroubleshootingSize Recommender
How to Fix Missing Recommender Slider Colors in the Kiwi App?
How to Fix Missing Recommender Slider Colors in the Kiwi App?
Updated over 4 months ago

Sometimes, the Kiwi Size Chart & Recommender app may have missing recommender sliders on your storefront. This issue can occur because Kiwi is designed to inherit theme styles for better visual integration, which might override the sliders in your theme's stylesheet.

You might notice that the sliders appear within the app but are absent when you view your store, resulting in a display like this:

How to Restore Missing Recommender Sliders

Don’t worry; this issue can be easily resolved! Follow these steps to restore the recommender sliders:

  1. Open the Kiwi app and click on "Styles & Settings."

  2. Navigate to Advanced.

  3. Click on the Custom CSS section.

  4. Add the following lines of code:

.ks-calculator-red,

.ks-calculator-green {

  display: block !important;

}

That’s it! The sliders will be restored as soon as you save the changes and refresh the product page:

Did this answer your question?