https://www.fathompublishing.com/
Is there a setting I can use that will hide the side arrows permanently?
I've tried deleting "ism-arrow-white" from the source code but that only removes the arrows and leaves the vertical bar. And it has to be deleted every time the slider is edited.
Hide side arrows from Info Slider
(2 posts) (2 voices)-
Posted 2 years ago
-
To completely hide the ISM arrows add this style rule to your style sheet:
.ism-arrow-left,
.ism-arrow-right {
display: none;
}Posted 2 years ago
Reply
You must log in to post.