How to Make Outside of Slideshow Grid Different Color - Dawn Theme

The right and left side of my Slideshow is white when I choose grid view. Can anyone point me as to how to change that color?

Thank you!

Others do not know what you know, always provide context so others can inspect and reproduce issues:
Store url, storefront password if any, theme name, are any apps involved, etc
https://community.shopify.com/c/shopify-design/help-us-help-you/td-p/668159

Goodluck.

it is pretty basic. sides of slideshow when you click grid instead of full screen ad how to change the color. if you don’t want to think then please don’t comment on my threads as they take thought not sarcasm.

Hey Bryan, did you ever find a solution to this problem? I’m running into the same issue.

in Custom CSS of the slideshow:

slideshow-component {
background-color: black;
}
{
background-color: black;
}

replace black with whatever color you like

Thank you!