In a another localization can i hide any slide from webflow slider

Hey, we are trying to add another local for the US region. Now the primary local is in India-specific. To cater to the US, we want to optimize the site using localization. This includes not only text and SEO, but also hiding some India-specific project testimonials and projects. I can reorder using flex box, but not able to hide a single slide from the slider. Is it possible to do it?

Hi there,

While the slider component’s built-in settings allow you to hide navigation elements and arrows, there are several ways to control individual slide visibility:

You can use the Display settings in the Style panel to hide specific slides at different breakpoints. To do this, add a unique combo class to the slides you want to hide, then set their Display property to “none” for the desired breakpoints.

For more dynamic control, you can also use custom attributes or classes combined with interactions to show/hide specific slides based on user actions or other triggers.

Keep in mind that hiding slides using Display settings will affect all elements sharing the same class, so make sure to use unique combo classes for the slides you want to control individually.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Honestly that’s a bit tricky- Webflow doesn’t expose much slider control so even if you manually suppressed those slides with custom CSS or JS, you’d likely need to re-initialize the slider afterwards so it can recalculate everything.

However it would be relatively easy to make the content of an individual slide “locale specific” and swap it out completely for different content using custom CSS.

If you really need to remove that slide, Swiperjs might be a better approach.

Also check out xAtom which supports some slider manipulations

Thank you. Really appriciate your efforts