Title: Drop Shadow on Nav Text
Last modified: August 21, 2016

---

# Drop Shadow on Nav Text

 *  Resolved [smartsexygeeky](https://wordpress.org/support/users/smartsexygeeky/)
 * (@smartsexygeeky)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/drop-shadow-on-nav-text/)
 * Forgive the n00b question and issue at hand!
 * I cannot figure out how to remove the drop shadow on the text that appears in
   the navigation bar. It changes with the “secondary colour” option.
 * I have every possible text-shadow set to “none” or “0px” in my CSS.

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

 *  Theme Author [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * (@themeshaker)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/drop-shadow-on-nav-text/#post-4726942)
 * Simply replace the following code in your .css file
 *     ```
       .main-navigation a {
           text-shadow: 2px -1px 1px #BE3243;
           color: #FFF;
       }
       ```
   
 * with
 *     ```
       .main-navigation a {
           text-shadow: none !important;
           color: #FFF;
       }
       ```
   
 * that should save the day for you 🙂
 *  Theme Author [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * (@themeshaker)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/drop-shadow-on-nav-text/#post-4726954)
 * I consider this topic as resolved

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

The topic ‘Drop Shadow on Nav Text’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [themeshaker](https://wordpress.org/support/users/themeshaker/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/drop-shadow-on-nav-text/#post-4726954)
 * Status: resolved