hey, How can i hide the scroller below the featured collection section in dawn theme.
Topic summary
A user needed to hide the horizontal scroller/navigation buttons that appear below the featured collection section in Shopify’s Dawn theme.
Solution Provided:
- Navigate to: Shopify Admin → Online Store → Themes → Actions → Edit Code
- Open the
base.cssfile in the Assets folder - Add the following CSS code at the bottom of the file:
.slider-buttons.no-js-hidden {
display: none;
}
Outcome:
The solution successfully resolved the issue. The CSS targets the slider navigation buttons specifically and hides them from display.
1 Like
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
1 Like
Hello There,
- In your Shopify Admin go to online store > themes > actions > edit code
- Find Asset >base.css and paste this at the bottom of the file:
.slider-buttons.no-js-hidden {
display: none;
}
Thank you soo much @ZestardTech , Worked perfectly!
1 Like
Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
