Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, I assume you mean the navigation arrows?
    You can past this into your custom css box in theme options > advanced settings:

    .tp-rightarrow.default {
    display: none;
    }
    .tp-leftarrow.default {
    display: none;
    }

    Hope that helps!
    Hannah

    Thread Starter kellyjparsonsCS

    (@kellyjparsonscs)

    Hi – yes, the arrows and the little dots at the bottom. I tried that code, but it did not work.
    Any other ideas?

    hannah

    (@hannahritner)

    Oh sorry, try this:

    .flex-direction-nav .flex-next {
    display: none;
    }
    .flex-direction-nav .flex-prev {
    display: none;
    }
    .flex-control-nav {
    display: none;
    }

    Thread Starter kellyjparsonsCS

    (@kellyjparsonscs)

    Awesome! That did it. Thanks so much.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove slider controls’ is closed to new replies.