Viewing 5 reply threads
You must be logged in to reply to this topic.
I didn’t find a way to change mobile menu color change. It looks white so I can’t see it on mobile. Is there any way to change it?
Hello,
Please use css to edit it. Add this code into your General options > Custom Css box:
.mobile_small_menu {
color: #222 !important;
}
Change the color to your wish.
Best regards!
Hello again. It changed the 3 little dot color on mobile menu bar. I need to change the colors of sub-menus. Here is a screenshoot:
I only can see it when I press CTRL + A the colors of the menus are probably white. How can I change it?
Hello,
Yes, the font is white. That’s why you do not see it. Please add this css too:
.menu-small ul.menu > li > a {color: #4c4444;}
Change the color to your wish.
Let us know.
Best regards!
It didn’t work :/
I changed the menu bar color with the first css you gave me on your first reply but I can’t change de colors that below it.
it doesn’t work, says “element ui.menu is overqualified, just use .menu without element name.”
when I use it without it, it still doesn’t work.
Hello,
Please make sure you add the css code below:
.menu-small .menu > li > a {
color: #4c4444 !important;
}
If you can’t sort it out please add some valid WP credentials in your profile data extra fields so we can help. Read this article for more information.
Best regards!
You must be logged in to reply to this topic.