Hi, how do I remove these arrows on mobile?
https://neverskiptrail.myshopify.com/
password 12345
Hi @Alex-li
Iām Richard Nguyen from PageFly- Free Landing Page Builder
You can try with this code.
Follow this:
Go to Online Store->Theme->Edit code->base.css->paste bellow code in bottom of file
@media screen and (max-width: 767px){
.slider-buttons.no-js-hidden{
display: none;
}
}
If you feel my answer is helpful, like it or mark it as a solution. Let me know if you have any questions.
Best regards,
Richard | PageFly
Hey @Alex-li ,
Welcome to the Shopify community!
You can follow the instruction below:
Go to Online Store-> Theme->Edit code->base.css->paste bellow code in the bottom of the file.
@media screen and (max-width: 767px){
.slider-buttons {
display: none !important;
}
}
If you feel like my answer is helpful, please Like and mark it as a solution. Let me know if you have any further questions.
Thank you!
Raman
this did not work
this did not work
can you please add this code
.collection .slider-buttons {
display: none !important;
}