Custom Slider Classes

droddis's picture
droddis
Mon, 03/28/2016 - 16:09
#1
Custom Slider Classes

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.

Image title

cindy's picture
cindy
Mon, 03/28/2016 - 23:02

Hi,

You can use class default hideonmobile and setting width for the layer you want to hide

Then our module's Css will be:

@media (max-width: 640px)
.hideonmobile {
display: none !important;
}

as default 

Or you can custom Css similarly to your file css.

Log in or register to post comments
Have More Idea?

We are here to build your website!

No Universal solution fits all special business requirements. Our experienced team is ready with ideas and state-of-the-art technical solutions to consult the best solution within your budget.