Tagged: 

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

    Hi
    in the sliders on the page i like the control elements – the arrows. BUT the bullet points in the bottom link to anchors. Maybe it has something to do with the other slideshows on the page? On them the buttons link to anchors #2 etc. I need help to control that or disable the bullet points.
    Thx, Oliver

    #1048819

    Hey heufti65,

    To disable the dotted slider controls try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - */
    
    .avia-slideshow-dots {
       display:none;
    }
    
    
    

    Best regards,
    Vinay

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.