Hi!
I insert this code for change every color of menu items.
li#menu-item-755 {
background-color: red;
}
My problem is the mobile menu.
The text color of menus are not white like desktop version.
And the submenus of mobile version have colors.
link: link
Hi petrosgr!
Please add following code to Quick CSS
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
color: white;
}
Best regards,
Yigit
Perfect!! Thanks for the help and the speed!:)