Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #404153

    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

    • This topic was modified 9 years, 1 month ago by rhunecke.
    #404549

    Hey Robert!

    Please add following code to Quick CSS

    .page-id-2369 div#layer_slider_2.avia-shadow {
    box-shadow: none;
    }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.