Hi , wanna take this Page counter out on swipe mobile view can you help me ?
pass-Humblee3030
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:
Go to admin > Online store > edit code.
In the code directory, find the file named “component-slider.css”, and open the file.
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;
}
}
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:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed