Photo album background colors

I have a (draft) page here that is a RapidWeaver original photo album, using the theme “Split”.

When I click on the thumbnails to take me to the gallery, the background colours are really dark and hide the text and links and I cannot find in the inspector colour choices how to change it.

I even went so far as to make the page the wildest possible colours, to help me figure out which setting I need to change, but nothing in the ‘gallery’ changes, it is still shades of really dark grey.

Any insight or code would be most appreciated.

1 Like

body.photo-background{
background-color: PUT YOUR COLOR HERE ;
}

example:
body.photo-background{
background-color: rgba(180, 192, 186, 0.68);
}

4 Likes

Scott … MOST appreciated! Brilliant. :slight_smile:

1 Like

Thanks Scott! Great input… used it today!

1 Like