Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘Modules’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
Tagged: color photobox galleries modules
How can I change the background color of the galleries? The black is very ugly.
thanks
Similar question to above, I would also like to change the Photobox module display background colour. When it displays the image the image has a shadow and then the background is about 50% black I would like to change the background to a 50% white. Thanks in Advance.
Every module have it’s own settings. Flash modules have background option. As for PhotoBox there need to change a lot of CSS.
But to make it little lighter you can add this CSS to your theme style.css file:
#pbOverlay{
background:radial-gradient(rgba(255,255,255,.6) 0%, rgba(0,0,0,.9) 100%);
}
Similar question to above, I would also like to change the Mosaïc module display background colour. The background is about 50% black I would like to change the background to a 50% white. Thanks.