According to http://drupal.org/node/1346552 a patch was applied to remove default superfish styles from Fusion Core.

At least one style that affects the operation of a newly installed Fusion/superfish installation remains.

file: sites/all/themes/fusion/fusion_starter/css/fusion-starter-style.css
line: 161

/* Style for individual dropdown menu items, add border-bottom for separators */
.main-menu-inner ul.sf-menu li li {
  background-color: #fff;
}

As a result of this, many of the included superfish styles have a white background on the menu items.

Comments

jbrauer’s picture

Status: Active » Fixed

Fixed in starter and starter-lite.

Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 08aeab8 on master, 7.x-2.x:
    Issue [#1922960] by jbrauer: Remove some legacy backgrounds set for...