Tagged: Layer Slider, mobile
hi,
the text on my layer slider is all over the place on mobile… is there a way to turn it off for mobile?
or just show heading text not sub text?
thanks
Hey jazbird!
Please edit the layer then go to Attribute. Give it a unique css class or id, example “awesome-layer”. Use media queries to hide it on mobile view. Add this on Quick CSS field:
@media only screen and (max-width: 767px) {
.awesome-layer {
display: none !important
}
}
This will hide all layers with “awesome-layer” css class attribute on mobile view.
Regards,
Ismael
sorry – my mistake…
i’m actually using the FULLWIDTH EASY SLIDER!
how would i do it there?
jaz