Yes, you can hide or remove the slider arrows and navigator in Webflow without deleting the entire slider component.
1. Hide Slider Arrows
- Select the slider arrow element (either "Slider Arrow Left" or "Slider Arrow Right") in the Navigator or directly on the canvas.
- In the Style panel, set Display: None to hide them.
- Alternatively, set Opacity: 0% and Pointer Events: None if you might want to retain layout structure without visibility/interactivity.
2. Hide Slide Navigator Dots
- Select the Slider Nav element.
- In the Style panel, set Display: None to completely remove it from view.
- Like with arrows, you can optionally use Opacity: 0% with Pointer Events: None to leave it in the DOM without any visual presence.
3. Ensure Functionality Remains
- The slides themselves will still work, and you can control them manually using interactions, auto-play, or custom controls if needed.
- Hiding arrows or dots doesn’t affect the core functionality of the slider component.
Summary
To hide slider arrows or navigators in Webflow without deleting the slider, simply select those elements and apply Display: None in the Style panel. This keeps the slider functional while hiding unwanted UI elements.