Title: Valid Title Attribute
Last modified: August 22, 2016

---

# Valid Title Attribute

 *  Resolved [markmwest](https://wordpress.org/support/users/markmwest/)
 * (@markmwest)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/valid-title-attribute/)
 * When adding a page to the menu, there is an option for a “Title Attribute”. I’m
   assuming this would allow me to indicate that this menu item should be BOLD or
   ITALIC, but none of the known HTML attributes work here…am I not using the right
   attribute possibly?
 * [https://wordpress.org/plugins/better-menu-widget/](https://wordpress.org/plugins/better-menu-widget/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tracey Holinka](https://wordpress.org/support/users/traceyholinka/)
 * (@traceyholinka)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/valid-title-attribute/#post-5921106)
 * If you’re trying to bold a specific menu item, you can do that in your theme 
   style sheet using the menu item’s id. Something like this:
 *     ```
       #menu-item-55 {
         font-weight: 700;  /* bold */
         font-style: italic;  /*italic */
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Valid Title Attribute’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/better-menu-widget_9a8b9c.svg)
 * [Better Menu Widget](https://wordpress.org/plugins/better-menu-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/better-menu-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/better-menu-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/better-menu-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/better-menu-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/better-menu-widget/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tracey Holinka](https://wordpress.org/support/users/traceyholinka/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/valid-title-attribute/#post-5921106)
 * Status: resolved