Invisible MENU Icon for Mobile Devices X Theme

Hi, I have a really stupid question but tbh, it really bothers me… I have Invisible menu Icon for Mobile Devices X Theme in the right corner, but it works perfectly, just is white and trasparent. where should I go to tweak the color or settings for that?

It would be very helpful for me!

Hi Viliam,

I can see you are using Ethos. There’s no option on the settings to change mobile button color. Please add the following instead on Theme Options > Global CSS

.x-btn-navbar.collapsed {
    color: red; /*Change to your preferred color*/
}
.x-btn-navbar:hover {
    color: #fff; /*Color of the hover effect*/
}

Hope this helps,

I solved it by adding plugin, but I will save the code for later use thanks ^^

You’re always welcome Viliam.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.