I am using Framework theme. I've changed the folder name to abc in site/all/themes/csb

Path to custom Nice Menus CSS file:
sites/all/themes/abc/mymenu.css

I have saved changes. But this mymenu.css has no effect on my nice_menus. I checked with firebug, the nice_menus still using the default menu, nice_menu.css.

I have another site using the same Framework theme, no problem at all. So, Framework should not be a problem.

Any idea how I can resolve this?

Comments

jessicakoh’s picture

After hours of inspection and file comparison, I found out that if I put the mymenu.css in "files" folder and change custom path to "files/mymenu.css".

Any idea why I can't put mymenu.css in my custom theme folder (I can't even put in "sites/mymenu.css"?

add1sun’s picture

It should work on any relative path in your Drupal install. I haven't had time to try to reproduce this yet so I have no idea why it won't work for you.

jessicakoh’s picture

Status: Active » Closed (fixed)

Yeah, I guess I corrupted one of the file during upload. It works now.

Thank you.