I'd like to add custom classes to my css and various layers in a slider to allow me to hide certain layers based on screen size. I've added a custom class using the interface but it doesn't seem to be applied. I'm justing using media queires to set"
.mobile-hide {display:none;} when I hit the break point. Any suggestions on how to get this kind of approach to work?
Thanks in advance.
Hi,
You can use class default hideonmobile and setting width for the layer you want to hide
Then our module's Css will be:
as default
Or you can custom Css similarly to your file css.