Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #180273

    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.

    • This topic was modified 10 years, 5 months ago by pgentile1.
    #180376

    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;

    }

    #180378

    Hi!

    Glad you figured it out and thanks for sharing :) Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘goto slide button & next slide arrows’ is closed to new replies.