Customised the gallery
-
It is possible to customize the slideshow boarder with CSS?
The blog I need help with is: (visible only to logged in users)
-
Hi, yes it is. If you wish to make the dark background the same color as your site content area (the light grey), add the following to your custom CSS.
.slideshow-window { background-color: rgba(0, 0, 0, 0) !important; border-color: rgba(0, 0, 0, 0) !important; }
- The topic ‘Customised the gallery’ is closed to new replies.