Hello everyone!
can someone help me to disable the Slidercontrols in Fullslider when it comes to mobile size?
This one did not work for me:
https://kriesi.at/support/topic/remove-layer-slider-nextprevious-buttons-on-mobile/
Thank you!
Hi P4K!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.avia-slideshow-controls {
display: none!important;
}}
Cheers!
Yigit
Great perfect!
Thank you!
P.