I'm trying to remove the bullets from the main menu when it appears in the first sidebar (or anywhere else other than main navigation bar). I've tried putting "list-style-type: none" in just about every place I can think of and nothing seems to work.

Comments

Deepika.chavan’s picture

Hi,
Try adding following css code in your css file.

ul.menu li.expanded, ul.menu li.leaf, ul.menu li.collapsed {
  list-style-image: none;
  list-style-type: none;
}

Clear cached data here-'/admin/config/development/performance'

HTH !!

Rgrds,
Deepika Chavan

akbmsu’s picture

Not sure if it was just clearing the cache or if I never had it in the right place but looks great now. Many thanks.

KrisBulman’s picture

Status: Active » Closed (fixed)