Title: One menu item customization
Last modified: August 30, 2016

---

# One menu item customization

 *  [Eljhae](https://wordpress.org/support/users/eljhae/)
 * (@eljhae)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/one-menu-item-customization/)
 * Hello,
 * I’d like to change the size an color of one word of my menu (VOTEZ!) [http://basicsandco.fr/](http://basicsandco.fr/)
 * Could you please let me know how to proceed ?
 * Thanks,

Viewing 1 replies (of 1 total)

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/one-menu-item-customization/#post-6584316)
 * Hey there Eljhae,
 * How are you doing today?
 * Each menu item has unique ID which we can use to target link only for that menu
   item.
 * So to do this please try adding the following CSS code to Appearance -> Customize-
   > Custom CSS:
 *     ```
       li#menu-item-1828 a {
           font-size: 13px;
           color: #222;
       }
       ```
   
 * This should be the original values for font size and the color. Replace the numeric
   value in font size to increase/decrease size of that link and also change the
   color hex value to display another color. You can use sites similar to this one
   to get hex value for the color of your choice: [http://www.color-hex.com/](http://www.color-hex.com/)
 * Hope this helps 🙂
 * Cheers,
    Bojan

Viewing 1 replies (of 1 total)

The topic ‘One menu item customization’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tracks/1.81/screenshot.png)
 * Tracks
 * [Support Threads](https://wordpress.org/support/theme/tracks/)
 * [Active Topics](https://wordpress.org/support/theme/tracks/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tracks/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tracks/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/one-menu-item-customization/#post-6584316)
 * Status: not resolved