简体   繁体   中英

how to add different classes to primary links in drupal6?

I am making custom theme in drupal6. I want to assign different css classes to different menu. how can i do this. Please help.

The easiest way would be to use the Menu Attributes module .

From the module's project page:

You should use this module when

  • You want to "nofollow" certain menu items to sculpt the flow of PageRank through your site
  • You want to give a menu item an ID so you can easily select it using jQuery
  • You want to add additional classes or styles to a menu item

The module currently allows you to set the following attributes for each menu item:

  • Id
  • Name
  • Target
  • Rel
  • Class Style
  • Accesskey

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM