I want to remove the dropshadow of an advanced layer slider element. I already know I should change it to:
.avia-shadow {
box-shadow: none;
-webkit-box-shadow: none;
}
I also read about targeting a certain element (which should be layerslider_8 by its ID) on a certain page by using the page-id. But whatever I try I can’t figure out how to achieve getting rid of this drop shadow.
The Slider I’m speaking of is the second one on the services page I provided the link to. Isn’t there a way to give any slider a own ID/Name to make it easier to skin it? Slider Slug seams only to work for shotcodes, am I right?
I would appreciate any help!
Thanks in advance,
Robert