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
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.
thank youu
should i publish my site?
Please share your store password.
password: shaoff
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