I have a full width easy slider under another full width easy slider on my homepage.
The lower one is an image of a shadow but the easy slider is creating a faint grey bottom border line underneath the shadow effect.
I have tried everything to get rid of it with various classes
.example_class {border-bottom: none!important}
but I can’t seem to find the right class.
Hey GOWD!
Please add following code to Quick CSS
div#full_slider_2 {
box-shadow: none;
}
Regards,
Yigit
Perfect Yigit, thanks, you may close this thread.