Quick Question:
my site is www.kylekane.com
I am using the Royale theme and I want to change the color of the background when you click on a photo from white to black. Any help on how I could do this would be great. Thank you.
Hi @KyleKane,
You can use the below CSS to change the background to black on image zoom
.zoom-overlay {
background: #000;
}
You can add the above CSS on a per page basis like so:
Or site wide like so
Let us know if that doesn’t help.
1 Like
This is exactly what I needed! Thank you for taking the time to help me out with this!
1 Like
Not a problem, happy to help.