I am looking for the css file/element to alter the solid blue sub menu background, I looked in drupal8_zymphonies_theme/css folder but unable to determine what element in the css files sets the background menu color.

Also does this theme support sub themes?

Thanks

Comments

Karll created an issue. See original summary.

elakiyasamuel’s picture

Status: Active » Needs review

You can change the sub menu background in drupal8_zymphonies_theme/css/sm-core-css.css in line 185

  .menu-base-theme ul a:hover, .menu-base-theme ul a:focus, .menu-base-theme ul a:active, .menu-base-theme ul a.highlighted {
    background: #3092c0;
    color: white;
  }
zymphonies-dev’s picture

Status: Needs review » Fixed

Fixed and updated changes in latest release.

zymphonies-dev’s picture

Status: Fixed » Closed (fixed)
zymphonies-dev’s picture

Updated in latest release.