How to remove arrow icon in dawn theme mobile view

Hi,

Please share your store URL and if your store is password protected then also provide password too.

Thank you.

https://tmcf.ph/

Hello @IFGI ,
Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.css

@media(min-width: 280px) and (max-width: 767px){

.glide__arrow {
display: none;

}

}

hello still have a arrow when done input the code

@IFGI ,

Add this CSS at the bottom of Online Store-> Theme->Edit code->Assets->base.css

.glide__arrow {
display: none !important;

}