How to delete arrows from images

Hello guys, how can I delete those arrows?

1 Like

check the themes customize section if it’s possible to edit or removed, and if not you’ll need to inspect and remove it

1 Like

Hi @NikosBat

let try to add css code below:

.thumbnail-slider.slider-mobile-gutter .slider-button {
  display: none !important;
}
1 Like

Thanks, that has solved my problem!