How to Remove back border from gallery slideshow?
-
I need to remove the border from my slideshow using the gallery widget.
The blog I need help with is: (visible only to logged in users)
-
Hi, the following CSS will remove the border and change the background of the slideshow to white.
.slideshow-window { background-color: #fff !important; border: none !important; }
- The topic ‘How to Remove back border from gallery slideshow?’ is closed to new replies.