Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Cr3ativ

    (@cr3ativ)

    Greetings.

    The easiest way, if you want to not display them at all, would be to simply edit the style sheet in the plugin (or over-write in your theme style sheet) and display none for the particular div.

    .owl-controls {
        display: none;
    }
    Plugin Author akyusa01

    (@akyusa01)

    Marking topic resolved.

    Thread Starter saksaksak

    (@saksaksak)

    Thank you and my apologies for not being able to come back earlier.

    i tried it out, but it just stopped the automatic slider. where exactly do i need to change or add the code?
    thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I can get rid of the navigation dots?’ is closed to new replies.