All things Shopify and commerce
I am trying to remove everything within what I have highlighted in the red box.
I have checked many other answers and they just don't seem to be working for me.
the site is www.hafezattire.com
The attached screenshot is done with my laptop, but I don't want it to show on either desktop or mobile, (I don't know if that changes anything)
Any help is much appreciated, thanks in advance!
Solved! Go to the solution
This is an accepted solution.
TRy this one.
.slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
TRy this one.
.slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Amazing thankyou for your help
Welcome! Would you mind hitting 'like' as well? Thanks!
Add this css on your theme.css or base css file at the end of thie fle
.slideshow__controls.slideshow__controls--top.slider-buttons {
display: none !important;
}
Result:
Hi, there
add the above code to your theme.liquid or theme.css
button.slider-button.slider-button--next {
display: none;
}
button.slider-button.slider-button--prev {
display: none;
}
Welcome! Would you mind hitting 'like' as well? Thanks!
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