I had an error after I did coding to make my header and announcement bar transparent as in picture 1 that error happens when you click on menu bar mobile view however I hired someone to do it and he fixed it but found out that I have the same error in the search bar as well and the guy doesn’t respond anymore so was wondering if someone could help me out copying what he did into the search bar as well so it can be fixed here is my website: https://24f619-2.myshopify.com/
Go to your online store > settings > custom css
and paste this code in the custom css section
.header__icon–menu[aria-expanded=true]:before {
background: transparent !important;
}