• Resolved nyxs88

    (@nyxs88)


    Hi,
    A huge thank for this great theme.
    I just wonder to know if it is possible to change the color of the submenu?
    Best regards,
    Olivier

Viewing 1 replies (of 1 total)
  • Hi Olivier,

    thanks for using MH Elegance lite and we’re happy that you like the theme.

    The premium version of MH Elegance has color options included to change the color scheme of the theme.

    If you are familiar with coding and want to customize the free theme, you could install a plugin for custom CSS code (e.g. Simple Custom CSS) and then add your own code, for example something like this:

    .main-nav ul li:hover > ul {
        background: #fff;
    }
    .main-nav ul ul li a,
    .main-nav ul ul li a:hover,
    .main-nav ul ul .current-menu-item a {
        color: #000;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘submenu background color’ is closed to new replies.