Change Image Banner background color to white

I’m using the Ella Theme and I can’t find the classname for changing the background on an Image Banner. Could someone teach me how to find these classnames?

https://koster-sandbox-1.myshopify.com/pages/ict-beheer

password: pifroh

Please follow these steps:

Then add the following code at the end of the file and press ‘Save’ to save it.

.container-full .not_img {
     background-color: white !important;
}

Here is the result you will achieve:

Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.

2 Likes