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!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024