Shopify themes, liquid, logos, and UX
Hey I'm looking for some coding that will remove the slider controls for the featured collection option. I am using craft theme. I want the arrows and number removed, but want to keep the slider. I had it that way, but when I updated my theme the code didn't work anymore.
store link: capecandleco.com
Solved! Go to the solution
This is an accepted solution.
Do you mean this one?
If it is try this one.
@media only screen and (max-width:989px){
.slider-buttons.no-js-hidden {
display: none;
}
}
This is an accepted solution.
Do you mean this one?
If it is try this one.
@media only screen and (max-width:989px){
.slider-buttons.no-js-hidden {
display: none;
}
}
That worked. Thank you so much!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025