Title: Drop-down menu text
Last modified: January 2, 2019

---

# Drop-down menu text

 *  Resolved [bremarie86](https://wordpress.org/support/users/bremarie86/)
 * (@bremarie86)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/drop-down-menu-text/)
 * Hi there, what would the CSS be to darken the drop-down menu text to black?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdrop-down-menu-text%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/drop-down-menu-text/#post-11045390)
 * Thanks for using Unlimited!
 * You can add this CSS to your site to make all of the dropdown menu items black:
 *     ```
       @media all and (min-width: 50em) {
   
         .menu-item-has-children ul a, .menu-item-has-children ul a:link, .menu-item-has-children ul a:visited {
           color: #000;
         }
       }
       ```
   
 * Please copy & paste the code above into the “Additional CSS” section in the Customizer(
   Appearance > Customize), and it will take effect right away.
 *  Thread Starter [bremarie86](https://wordpress.org/support/users/bremarie86/)
 * (@bremarie86)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/drop-down-menu-text/#post-11045408)
 * Perfect, thank you!!
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/drop-down-menu-text/#post-11045474)
 * You’re welcome!
 * Don’t hesitate to contact me here if you need anything else, and I’ll be happy
   to help.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Drop-down menu text’ is closed to new replies.

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

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/drop-down-menu-text/#post-11045474)
 * Status: resolved