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
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
That worked :) Thank you Rikard.
Hi sitesme,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko