Magento – Add A Custom CSS Class To Main Menu Link

csstoplinks

Is their a way to add a custom class to one link within the main navigation?

For example I would like the category "SALE" to be coloured red and be bold.

Is this possible?

Many Thanks

Best Answer

Each menu item has a unique class name nav-1, nav-2, nav-1-1. Use those ones.
Check what nav class your menu item has using firebug.

Related Topic