Can i hide the arrow slider on mobile version only?

@KetanKumar

Hello @AlexYZ_1

Can you give me your Store URL( with pass if your store password is enabled) so I can check it for you?

Kind & Best regards,
GemPages Support Team

@AlexYZ_1 Yes, Please send me store url.

@AlexYZ_1

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

@AlexYZ_1

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
@media screen and (max-width: 749px) {
.collection .slider-button {
    display: none;
}
}

I have been trying for over a week to reach you via private message Ketan. Are you still available to help?