Is there an option to hide a layer in Layerslider when at screen width is at 1300px???
I am getting an intersection if the logo and the layers in Layerslider
Also; the mobile menu does not appear to be working.
Hey whdsolutions!
You can to hide one slide or one layer only?
Can you please make it a little bit more clear?
Regards,
Basilis
The wording ‘WELCOME TO RIJAV’
AND
the MAKE RESERVATION button
These need to hide at 1300px
Hi,
You can add a class in Links & Attributes (for example you have a class of hideme) then add this in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1300px) {
#top .hideme {
display: none !important;
}
}
Hope this helps :)
Best regards,
Nikko