How do I remove colour overlay for the menu / header?

Hi, I’ve been trying for a while to remove this semi transparent white colour overlay from the menu tab on my website but can’t seem to figure it out, does anyone know how I can do this?

I’m using ColorBlock theme, thanks!

Thank you I tried both, the first option didn’t work and the second option did this, I’m not sure.

@stitchedh can you please share this website link?

@stitchedh please add this css to the very end of your base.css file and check

shopify admin->online store->themes->edit theme code->assets->base.css

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

That works perfect, thank you for the help much appreciated!

1 Like

@stitchedh welcome, do let me know if you need any updates later