Search code examples
drupaldrupal-7drupal-theming

How to add Specific Class to Each Drupal Menu Anchor


I am developing a website using drupal and i need to know about how to add link to drupal menu anchor.

For example:

  • i have a drupal menu: user menu. Within user menu, i have several list of links, let's say: A, B, C, D.

  • Then, i want to add class/id for each of the anchor, such as: <a href = "AAA" class = "A">A</a>

Thank you.


Solution

  • You should try Menu Attributes module.

    This simple module allows you to specify some additional attributes for menu items such as id, name, class, style, and rel.