How to remove background color where image banner resides? Dawn theme version 11.
I want it to be white. Changing color scheme has no effect.
My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup
How to remove background color where image banner resides? Dawn theme version 11.
I want it to be white. Changing color scheme has no effect.
My site:
https://ec6bc3-2.myshopify.com/
PW
eawhup
Hi @daved1234 ,
Try this.
.banner__media.media.scroll-trigger.animate--fade-in {background:white !important;}
Result:
I hope it help.
Thank you!
I added your code to custom CSS and it worked!