• Hi there,

    I’d like to customize submenu colors, but the customizer does NOT take my changes into account (header/main header/style/submenu).
    I tried with css as well, but impossible to override default settings even with !important
    May you check whats up ?
    Thanks

    • This topic was modified 1 year, 8 months ago by Oaz.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @oaz,

    Thank you for contacting us.

    I did testing the settings for submenu styles and found a little bug with it. Indeed it will be fixed shortly in the next version update of the theme.

    Meanwhile, you can manually enable your custom colors with this simple CSS code:

    .botiga-dropdown ul.nav-menu ul.sub-menu li {
      background-color: #fff000;
    }
    
    .botiga-dropdown ul.nav-menu ul.sub-menu li a {
      color: #ff0000;
    }
    
    .botiga-dropdown ul.nav-menu ul.sub-menu li:hover {
      color: #0e4395;
    }
    
    .botiga-dropdown ul.nav-menu ul.sub-menu li:hover a {
      color: #000;
    }

    To implement it to your site, add it to Additional CSS under the Appearance menu > Customize in dashboard.

Viewing 1 replies (of 1 total)
  • The topic ‘submenu settings’ is closed to new replies.