How to remove color layer from sidebar background?

How can I delete that filter on the background. My solid button label is assigned to that color so I suppose that’s creating problem. How can I fix it?

Thanks in advance

Mehmet

Hello @mhttekin ,
Please share your store URL.

www.bagable.net

thank youu

should i publish my site?

Please share your store password.

password: shaoff

@mhttekin ,

Add this CSS bottom of Online store >> Edit code >> Assets >> base.css

.header__icon–menu[aria-expanded=true]:before {
background: none !important;

}

Thank you hundred times @MandasaTech