Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1446981

    Hey there,

    I cant delete the small Shadow in the slideshow.

    
    .av-slideshow {
    box-shadow: none!important;
    }

    the Element is the finish-line in the footer. It should not have this small shadow. how can i delete it?

    thank you
    Cheers
    Monika

    #1447015

    Hey Monika,

    Thank you for the inquiry.

    Please try to use this css code to get rid of the slider’s box shadow:

    .home div#full_slider_1 {
        box-shadow: none;
    }

    Best regards,
    Ismael

    #1450555

    Thank you Ismael,

    It did not work, but without “.home” the code works!
    Thank you!!

    #1450579

    Hi,

    Thanks for the update. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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