Okay
  Public Ticket #2749103
color sub menu items
Closed

Comments

  •  2
    schmitzdesign started the conversation

    Hi,

    I've got one last question:

    How can I change the color of the sub menu items.

    For mobile and desktop (desktop only on hover).

    Best regards,
    Sandra

  •  1,558
    Laborator replied

    Hi Sandra,

    Adding the CSS below to Custom CSS will change the sub-menu color:

    /* Mobile menu: Change color of sub-menu */
    .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container div.menu>ul>li ul>li>a, .mobile-menu-wrapper.mobile-menu-fullscreen .mobile-menu-container ul.menu>li ul>li>a {
        color: #FFF;
    }
    /* Full menu: Change color of sub-menu */
    .main-header.menu-type-full-bg-menu .fullscreen-menu nav div.menu>ul ul li a, .main-header.menu-type-full-bg-menu .fullscreen-menu nav ul.menu ul li a {
        color: #FF0000;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    schmitzdesign replied

    Hi Art,

    thanks a lot, worked like a charm!

    You guys are the best.

    Best regards,
    Sandra