# Dropmenu Text Color

**URL:** https://colorlibsupport.com/t/dropmenu-text-color/12083
**Category:** Shapely
**Created:** [September 7, 2016, 1:10pm UTC](https://colorlibsupport.com/t/dropmenu-text-color/12083 "2016-09-07T13:10:59Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![mygesc](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/m/e480ec/32.png) [@mygesc](https://colorlibsupport.com/u/mygesc)
#### Post date: [September 7, 2016, 1:10pm UTC](https://colorlibsupport.com/t/dropmenu-text-color/12083/1 "2016-09-07T13:10:59Z")

</div>

Hey folks!

Since my first request was dealt with in such a perfect way, you might be able to help me with this one either:  
While my Navbar Menu is white, the text in the dropdown appears black… I (think I) checked all possible things in my style-css but couldn’t figure out how to make the dropdown text white as well… 😑

Thanks in advance!

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [September 8, 2016, 2:02pm UTC](https://colorlibsupport.com/t/dropmenu-text-color/12083/2 "2016-09-08T14:02:41Z")

</div>

Hi @mygesc,

I hope you are well today and thank you for your question.

You can try making that text white by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -\> Appearance -\> Customize -\> Shapely Options -\> Other

```auto
#page .menu > li > ul li a {
    color: #fff;
}

```

Best Regards,  
Movin

---

<div class="post-metadata">

### Author: ![mygesc](https://colorlibsupport.com/letter_avatar_proxy/v4/letter/m/e480ec/32.png) [@mygesc](https://colorlibsupport.com/u/mygesc)
#### Post date: [September 8, 2016, 2:12pm UTC](https://colorlibsupport.com/t/dropmenu-text-color/12083/3 "2016-09-08T14:12:21Z")

</div>

Man, I gotta say: You guys are awesome!

Thanks a million, works perfectly!

---

<div class="post-metadata">

### Author: ![movin](https://colorlibsupport.com/user_avatar/colorlibsupport.com/movin/32/10922_2.png) [@movin](https://colorlibsupport.com/u/movin)
#### Post date: [September 9, 2016, 8:03am UTC](https://colorlibsupport.com/t/dropmenu-text-color/12083/4 "2016-09-09T08:03:46Z")

</div>

You are most welcome here 🙂
