How can I remove the slider section from a DAWN theme slideshow?

Topic summary

A user wants to hide the slider navigation dots/bars on a Dawn theme slideshow while keeping the swipe functionality intact. The original poster shared screenshots showing the slider controls they wanted to remove.

Solution Provided:
A CSS code snippet was shared to add to the component-slideshow.css file:

.slideshow__controls.slider-buttons.no-js-hidden {
    display: none;
}

The original poster confirmed this solution worked successfully.

Ongoing Issues:
Multiple subsequent users reported the same CSS fix did not work for their stores, requesting additional help. These include stores in Portuguese and English markets, suggesting the solution may be theme-version specific or require adjustments for different Dawn implementations.

Status: Resolved for the original poster, but remains an open issue for at least three other users seeking alternative solutions.

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

Hello,

I am using DAWN theme. I want to remove the slider display completely from the slideshow block, while retaining the slide function.


So my desired function is after these bars are removed, the images will appear as image banners but you can still swipe through the slideshow somehow.

Hi and welcome!

Please provide the URL to your store and I will take a look for you

1 Like

https://odaralabs.com/

Awesome!

Add this to the bottom of your component-slideshow.css file:

.slideshow__controls.slider-buttons.no-js-hidden {
    display: none;
}
1 Like

OMG thank you so much it worked :heart:

1 Like

You’re the best WoodyDev :sob: :heart:

Glad to hear :slightly_smiling_face:

If you could take a moment to read my signature below, I would really appreciate it :heart:

1 Like

Olá, estou com o mesmo problema na minha loja, será que você poderia me ajudar também com isso, testei o código acima que você forneceu mas não deu certo será que você poderia ver isso na minha loja por gentileza.

URL da loja: https://www.hydragonstore.com/

Hi woodydev, requesting help from you for removing the pagination on my website. I have tried the two methods listed here but they did not work. www.inara0523.com is my website.

Hi Woody, I have tried this and it did not work. Can you please Help Me? www.ballardbear.com

Hey Woody,

To me it doesn’t work, do you have another solution maybe?