When you specify a custom CSS file, both the original Nice Menus CSS and the new custom CSS files are included in the page.

This is problematic for several reasons:

1) It makes creating the custom CSS more difficult, because you not only have to worry about writing your new CSS, but also disabling the original CSS.

2) An update of the original CSS could cause your custom CSS to break.

I would suggest that an option to exclude the original CSS be added to admin/build/themes/settings

best,R

Comments

MadOverlord’s picture

Status: Active » Closed (fixed)

Ah, my bad. Misread the documentation, didn't realize it was the -default.css file I should have been mucking with. Blush.