Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439348

    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

    #439352

    Hi petrosgr!

    Please add following code to Quick CSS

    #mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title {
      color: white;
    }

    Best regards,
    Yigit

    #439359

    Perfect!! Thanks for the help and the speed!:)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Mobile menu colors’ is closed to new replies.