I wondered if you can help.
When we select ‘hide on mobile’ on the layerslider, it still shows on mobile.
Hey whdsolutions,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.home #layer_slider_1 {
display: none;
}
}
Best regards,
Rikard
Awesome ¬ Thank you!
Hi,
Great, I’m glad that we could help. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
The layer slider setting for the slider in question is really only suppressed for mobile devices – not for small screen sizes. Or was your slider indeed displayed on mobile phones despite the setting?