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
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
Thank you Ismael,
It did not work, but without “.home” the code works!
Thank you!!