Slider shadow/glow
URL to the page in question:
http://
-
Is is possible to eliminate the slight gray shadow/glow around the slider. I have some white content on the graphics’ edges that I’d like to blend seamlessly into the surrounding white web page. Thanks!
Hi Daniel,
Excellent question. You can take out the shadow. Go to the Customizer (Appearance > Customize in your Dashboard) and choose the advanced section. In the spot for Custom CSS, add this:
.flexslider.shadow {
box-shadow: none;
}
and update your settings. That should take out the shadow there. If you run into any trouble, let me know.
Thanks,
Bill
Worked perfectly!
Thank you so much!
Glad to hear that did the trick. Let me know if you need anything else.
- The topic ‘Slider shadow/glow’ is closed to new replies.