On my home page I am using the slider and there is a fine line running along the top edge and bottom edge of the images.
Any idea how to remove them?
Thanks!
GB
Hey GB!
Add this to Quick CSS:
#after_layer_slider_1 {
border: 0;
}
Best regards,
Josue
Worked like a charm, thanks Josue!