How can I change the color of the second background of a mobile menu?

After 2 hours I give up, I cant figure it to change the color of the secondary background, the one on the right side that appears with a translucent white color. If it’s possible to remove it also could work, thank you!

Hi @vellatore
Thank you for your question.
Please share your store URL, page URL and also password (if your store has one) so we can help you.

for sure, www.vellatore.com

Hi @vellatore

You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header__icon--menu[aria-expanded="true"]::before {
display: none!important;
}

Really appreciate you took the time to answer me and respond, it actually worked! Have a great day!

Hello again, the same happened with the search bar, I tried fixing it myself but I can’t figure out how to take out the white translucent background, do you know how to disable it? @ExpertRookie