A user sought to add navigation sliders to featured collections in the Dawn theme for both desktop and mobile views, with accompanying screenshots showing the desired layout.
Solution Provided:
Custom CSS code was shared to position slider navigation buttons and hide the counter
Initial code caused sliders to appear globally across the site
Refined code scoped the styling to .collection class to target only collection sections
Additional Customizations:
Hover effects were added to slider buttons to maintain white arrow visibility
A separate issue emerged where quantity increase/decrease icons disappeared on hover in the cart
Additional CSS (button.quantity__button:hover { color: black !important; }) resolved the icon visibility problem
Implementation Steps:
All solutions involved editing base.css, theme.css, or styles.css files through Shopify Admin → Online Store → Theme → Edit code.
The user confirmed all fixes worked successfully. Two video tutorials were later shared demonstrating alternative methods for adding collection sliders to Shopify stores.
Summarized with AI on October 29.
AI used: claude-sonnet-4-5-20250929.
Hello Everyone!
I am using the Shopify Dawn theme. I want to add the slider to featured collection in both desktop and mobile mode. I’ve added two photos below of exactly what I want it to look like, Is it possible? Thank you.
Yes, it is indeed possible to add a slider to the featured collection on both desktop and mobile modes using the Shopify Dawn theme. If you need assistance with the implementation or further guidance, feel free to ask.
Wow, Really you are great. It Worked. Thank you very much. I appreciate.
I have added hover effect on the button. But when hovering here, the arrow is not showing.