Support » Theme: Brunelleschi » [Theme: Brunelleschi] Removing Blue Dots Under Slider

Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to post a link to your site.

    Thread Starter m e d i a s w a n k

    (@mediaswank)

    Hi,
    They are a part of the flexslider which is now a part of WooThemes

    To Change The Image:
    The dots are an image in the themes folder ‘/inc/theme/’

    To Remove Them:
    There is in the theme’s folder /js/ the script for the slider.

    You could try editing the file jquery.flexslider-min.js adding controlNav: false,

    flexslider({ animation: "slide", controlsContainer: ".flex-container"});
    flexslider({ animation: "slide", controlNav: false, controlsContainer: ".flex-container"});

    Or you could hide the div, at the end of style.css!

    .flex-control-nav {
        display: none !important;
    }

    HTH

    David

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Brunelleschi] Removing Blue Dots Under Slider’ is closed to new replies.