Remove space and pause button below slideshow DAWN 14.0.0

Topic summary

A user is attempting to customize the Dawn 14.0.0 theme slideshow by removing the pause button and excess spacing below it while keeping the navigation arrows visible.

Current Issue:

  • Successfully hidden slider dots and adjusted slideshow styling
  • Unable to remove the pause button and bottom spacing without affecting the arrows

Code Attempted:
The user has implemented CSS targeting various slideshow elements including .slideshow__image, .slider-counter--dots, and slider button positioning, but hasn’t achieved the desired result for the pause button removal.

Status:
A developer has requested the site URL to provide assistance. The user shared their site link (www.joydion.com) for further troubleshooting. The discussion remains open, awaiting a solution from the community.

Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Hi,

I would like to remove the pause button and the spacing below the slideshow. I’ve already added the following code as I want to keep the arrows in the slideshow, but I can’t figure out how to remove the pause button and spacing below without removing the arrows altogether:

.slideshow__image {
background-size: contain !important;
}

.collection .slider-buttons {
display: none !important;
}

.slider-counter.slider-counter–dots {
display: none !important;
}

button.slideshow__autoplay.slider-button.no-js-hidden {
display: none !important;
}

button.slider-button.slider-button–prev {
display: inherit;
margin-right: 95% !important;
position: absolute;
margin-bottom: 42% !important;
color: white !important;
}

button.slider-button.slider-button–next {
display: inherit;
margin-left: 95% !important;
position: absolute;
margin-bottom: 42% !important;
color: white !important;
}

.slider-button .icon {
height: 2.6rem !important;
}

.slideshow__controls.slideshow__controls–top.slider-buttons.no-js-hidden.slideshow__controls–border-radius-mobile {
z-index: 999 !important;
}

.slideshow.banner.banner–medium {
min-height: 70vh;
}

@JoyDion please share your site link

Hi @Shadab_dev sure! This is my site URL

www.joydion.com