Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘how to get rid of a line?’ is closed to new replies.
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!