Hello.

Is it possible to exclusively implement a theme/style for a particular menu?

Thanks.
Pol

Comments

nevets’s picture

Primary and secondary menus typically have id's already and since they are themed from page.tpl.php the theming of those particular menus is also straightfoward.

Menus in blocks can be themed with CSS, the block will have an id of the form 'block-menu-{mid}' (ex: block-menu-34) that can be used to restrict the css rules to just the menu within that on block.