Color three bar menu on mobile

Hi,
i would like to change the color of three bar (icon menù mobile). Can you explain me how can i do this? now it’s white
thank you

Hello Alice,

You should try this CSS solution:

@media only screen and (max-width: 992px){
.open-responsive-menu .fa {
    color: #000;
}}

Ideally, the above CSS code should be placed in a child’s theme style.css

However, you can use a plugin like Simple Custom CSS or place it directly in Dashboard > Appearances > Editor > Style.css

Let me know if you got everything alright.

Regards