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

    I have slideshow dots, which look good on big screens, but on mobile they’re too big. Is there any possibility just to change it on mobile?

    #597911

    Hey creation_frommelt!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab to hide them on smaller screens

    @media only screen and (max-width: 769px) {
    .avia-slideshow-dots { display: none !important; }}

    Cheers!
    Yigit

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