by changing the opacity of my image banner it now creates a shadow outline in my banner box, how can I remove this?
I’ve tried adding the below code in base.css but it didn’t work:
.banner__box {
border: none !important;
box-shadow: none !important;
}
any solution for this?


