Hi all, really liking this theme. How would I go about disabling the gotoslide buttons and hiding the nextslide arrows?
Also is there a way to disable breadcrumbs globally?
Thanks again for a great theme.
Nevermind, I figured it out.
Added the following to the Quick CSS:
.goto-slide {
display: none !important;
}
.prev-slide {
display: none !important;
}
.next-slide {
display: none !important;
}
.title_container {
display: none !important;
}