Okay
  Public Ticket #815410
light & dark menu colours
Closed

Comments

  • Eric started the conversation

    Hello, I have changed the text colour of light and dark menu using the following custom CSS but how can I change the corresponding background colour of the drop down panels for sub-menus in the light and dark schemes?

    Thank you.

    /* dark */
    .standard-menu-container.menu-skin-dark li a {
    color: #3A4752 !important;
    }

    /* light */
    .standard-menu-container.menu-skin-light li a {
    color: #e3e3e3 !important;
    }


  • [deleted] replied

    Hi Eric,

    Can you please write URL of this exact page here on comments first? We need to investigate your site and then get back to you if we have possible solution.

  •   Eric replied privately
  • [deleted] replied

    Hi Eric,

    Can you please add the code below to Custom CSS

    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-light ul.menu ul li a {
        color: #fff !important;
    }
    
    .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark div.menu>ul ul li a, .main-header.menu-type-standard-menu .standard-menu-container.menu-skin-dark ul.menu ul li a {
        color: #fff !important;
    }
    
  • Eric replied

    That's great. Thank you. Close ticket.

  • [deleted] replied

    Hi Eric,

    Glad to hear that :)

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab, (if you don't know how, just open this link).

    A huge thank you from Laborator in advance and have a great day!