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:
Open the Kiwi app and click on "Styles & Settings."
Navigate to Advanced.
Click on the Custom CSS section.
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: