Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28165

    Is there any way to disable the arrows and the dots on the full width sliders?

    http://www.drakeeats.com

    #136714

    Hey,

    You can add this on your custom.css or Quick CSS:

    .avia-slideshow-dots.avia-slideshow-controls {
    display: none;
    }

    .avia-slideshow-arrows.avia-slideshow-controls {
    display: none !important;
    }

    Your website is awesome. :)

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Disabling arrows on full sliders’ is closed to new replies.