Thanks, I found the slider is built via the jetpack plugin. You can check if there a option to disable arrows for the mobile layout. If there is no the option, It is possible to show arrow by custom CSS(“Appearance > Customize: Additional CSS”):
.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next, .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
display: initial;
}
Regards!
SeaTheme – FAQs – WordPress Customization – Facebook