Not 100% sure but I think this Plugin: Header Image Slider is displaying a shadow around the header images. Is there a way to remove this?
Martin
Not 100% sure but I think this Plugin: Header Image Slider is displaying a shadow around the header images. Is there a way to remove this?
Martin
Easily. Add this to your stylesheet:
.theme-default .nivoSlider {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
Thanks. I added this to the themes HEAD section.
You must log in to post.