Shopify themes, liquid, logos, and UX
Hi , wanna take this Page counter out on swipe mobile view can you help me ?
pass-Humblee3030
Hello @Suco
There is no slider on your site. Please share the url where your section is situated so i can find the solution ?
Can you check now please
To remove the counter and arrows from the slider,
You just need to follow below steps:
1. Go to admin > Online store > edit code.
2. In the code directory, find the file named "component-slider.css", and open the file.
3. Scroll down at the end of the file. copy below mentioned CSS and paste it at the end of this file.
@media (max-width: 989px) {
.slider-buttons {
display: none;
}
}
4. Don't forget to save the file after changes.
Hope this solution works best for you.
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
Best Regards
Parth ghelani
Hey @Suco
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.slider-buttons {
display: none !important;
}
</style>
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025