yes, I would like to remove the pause and play buttons and remove the arrows . I also want the border removed
Topic summary
A user seeks to remove navigation arrows, play/pause buttons, and a faint border line from the Dawn theme slideshow, while also repositioning the navigation dots to the bottom right.
Solution Provided:
- Edit the theme’s CSS file (base.css, style.css, or theme.css) in the Assets folder
- Add custom CSS code to hide slider buttons and remove borders
- Code was refined through iterations to address all specific elements
Final CSS targets:
- Navigation arrows (previous/next buttons)
- Play/pause autoplay button
- Border line under slideshow
- Repositions control dots to bottom right corner
The solution successfully resolved all requested modifications. The user confirmed the code worked as intended.