Hi,
How can I remove the line of shadow in the slider box that appears above and below each image?
Jack
Hi,
How can I remove the line of shadow in the slider box that appears above and below each image?
Jack
Hey,
add following code to css/custom.css:
.shadow-top, .shadow-bottom {
display: none;
}great, thanks!
Glad that I could help you :)
You must log in to post.