Image Gallery Background Colour

Hello!

Is there any way to change the image gallery background colour from black to white?
I’ve gone to Admin > Settings > Media and changed the background colour of the ‘Image Gallery Carousel’ from Black to White, but nothing seems to have changed.

This page would be an example: http://www.stefanienatascha.com/reviews/the-united-kingdom/london/

Thanks in advance!

Kind regards,
Stefanie

Hi Stefanie,

Thank you for your another question.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

#page .slideshow-window {
    background-color: #fff;
    border-color: #fff;
}

Best Regards,
Movin

Thank you so much for your help, Movin!

Kind regards,
Stefanie

You are most welcome here :slight_smile: