Shopify themes, liquid, logos, and UX
I would like to remove the slide arrows and image number below the product image, so that they are no longer visible on mobile view.
e.g. it removes '< 1/2 >' completely
Any advice is appreciated.
URL: https://www.soundshield.co.uk/
Solved! Go to the solution
This is an accepted solution.
@BraxtonEcom Please follow below steps to remove the swipe arrows & image number below product images on the product page. Let me know whether it is helpful for you.
@media screen and (max-width: 749px) {
.product__media-wrapper .slider-mobile-gutter .slider-buttons {
display: none;
}
}
<style>
@media(max-width:768px){
.grid__item.product__media-wrapper .slider-buttons {
display: none;
}
}
</style>
you can place this code on theme.liquid at bottom see if it removes the arrows.
This is Noah from PageFly - Shopify Page Builder App
Please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </head>
<style>
@media screen and (max-width: 767px){
.product .slider-buttons{
display: none !important;
}
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
@BraxtonEcom Please follow below steps to remove the swipe arrows & image number below product images on the product page. Let me know whether it is helpful for you.
@media screen and (max-width: 749px) {
.product__media-wrapper .slider-mobile-gutter .slider-buttons {
display: none;
}
}
Hi @BraxtonEcom
Please follow the instructions below:
1. from Admin, Online Store => Edit code
2. Choose file base.css in Asset folder, insert this code at the end of file:
.product--thumbnail_slider slider-component.slider-mobile-gutter .slider-buttons {
display: none !important;
}
Here is result:
Hope this can help you.
Kind regards
Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges: Get more sales with striking labels, badges, and banners from our 10,000+ available templates.
BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now
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