Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1294805

    Hello,

    I have a Fullwidth Easy slider and I would like to keep the default navigation on desktops but hide it on mobiles and tablets. Both the arrows and the dots to be hidden.

    Can someone please help?

    Thank you

    #1295173

    Hey sitesme,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 1024px) {
    .avia-slideshow-controls, .avia-slideshow-dots {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1295236

    That worked :) Thank you Rikard.

    #1295271

    Hi sitesme,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Fullwidth Easy Slider – Hide navigation on mobile and tablets’ is closed to new replies.