Change hamburger menu color when submenu opens

Hello!
First I thank you for a great theme!
I am trying to find CSS code for hamburger menu color when I click on it. I’ve already found a code for changing color of hamburger menu on mobile. But when I click on it and submenu opens, it turns white again and it is not visible on my site, because the background is bright.

Thank you for you help!
Danielle

Hi there

Not sure if this is possible but let’s try, please provide a link to the page and I will check it

Regards

Hi, my web page is https://naravnanega.si/.
Regards

Hi there

Please try this css code in Appearance > Customize > Additionall css:

.open-responsive-menu:focus .fa {
color: #f1d204 !important;
}

Regards

Hi, thank you so much! It works perfectly! So happy…
Regards

You are welcome and have a good day :slight_smile: