Mobile menu button

Hi, I changed color of menu on desktop version but when I open page on mobile, I can`t see menu button - its white.
How can i change it to black?
Screnshots below.

Hello there,

I hope you are doing well today.

The CSS can be used to change the theme menu color:


#header .top-header .header-navigation ul li a {
    color: red;
}

.open-responsive-menu .fa {
    color: red;
}

Best Regards,
Support

Hello there,

I hope you are doing well today.

The CSS can be used to change the theme menu color:


#header .top-header .header-navigation ul li a {
    color: red;
}

.open-responsive-menu .fa {
    color: red;
}

Best Regards,
Support