Slider shadow/glow

Support Area Forums Forward Slider shadow/glow

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #36910
    Daniel Lax
    Participant

    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!

    #36912
    Bill Robbins
    Moderator

    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

    #36915
    Daniel Lax
    Participant

    Worked perfectly!

    Thank you so much!

    #36916
    Bill Robbins
    Moderator

    Glad to hear that did the trick. Let me know if you need anything else.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Slider shadow/glow’ is closed to new replies.