Title: Single Menu item css
Last modified: March 25, 2024

---

# Single Menu item css

 *  [thetomas88](https://wordpress.org/support/users/thetomas88/)
 * (@thetomas88)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/single-menu-item-css/)
 * Hello, I am trying to set custom css on single menu item (color and font weight)
   but theme ignores my custom css.
   Even when I try to go with .menu-item-2480 or
   set cusom css class in wordpess admin and then add css to it.
 * Any ideas please?
   Thank you

Viewing 1 replies (of 1 total)

 *  [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * (@kharisblank)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/single-menu-item-css/#post-17528412)
 * Hi [@thetomas88](https://wordpress.org/support/users/thetomas88/),
 * Try this CSS code:
 *     ```wp-block-code
       .menu-item-14 > a {
           color: #fff000 !important;
       }
   
       .menu-item-14 > a:hover {
           color: #ddd !important;
       }
       ```
   
 * Make your own adjustments accordingly.

Viewing 1 replies (of 1 total)

The topic ‘Single Menu item css’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [Kharis Sulistiyono](https://wordpress.org/support/users/kharisblank/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/single-menu-item-css/#post-17528412)
 * Status: not resolved