Viewing 3 replies - 1 through 3 (of 3 total)
  • @svaghari: try this:

    for hiding arrows:
    .flex-direction-nav {display: none;}

    for hiding navigation “dots” at the bottom:
    .flex-control-nav {display: none;}

    Insert these into your style.css file in your theme files (or child theme if you have one).

    Kirstin

    (@kirstinhallett)

    Hi @rvalee: I tried to use your custom CSS to hide the “dots” at the bottom:
    .flex-control-nav {display: none;}

    I put this in the custom CSS area of my theme but nothing happened. Dots are still there. Any ideas?

    rvalee

    (@rvalee)

    @kirstin: can you send me a link? I’ll take a look.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide arrows’ is closed to new replies.