Title: Menu shadowing
Last modified: August 30, 2016

---

# Menu shadowing

 *  [WilsonCC](https://wordpress.org/support/users/wilsoncc/)
 * (@wilsoncc)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/menu-shadowing/)
 * I am using the Jolene theme and need to reduce or remove the shadowing around
   the menus. How can I do this?

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

 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/menu-shadowing/#post-6402193)
 * Hey there WilsonCC,
 * How are you doing today?
 * To remove box shadow from menu items please add the following CSS code in the
   style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or add it in your site using the following plugin:
 * [http://wordpress.org/plugins/simple-custom-css](http://wordpress.org/plugins/simple-custom-css)
 *     ```
       @media screen and (min-width: 680px) {
           .horisontal-navigation .current-menu-item > a, .horisontal-navigation .current-menu-ancestor > a, .horisontal-navigation .current_page_item > a, .horisontal-navigation .current_page_ancestor > a {
           box-shadow: none;
       }
       }
       ```
   
 * In case you want to remove text shadow on navigation as well, add this instead:
 *     ```
       @media screen and (min-width: 680px) {
           .horisontal-navigation .current-menu-item > a, .horisontal-navigation .current-menu-ancestor > a, .horisontal-navigation .current_page_item > a, .horisontal-navigation .current_page_ancestor > a {
           box-shadow: none;
       }
       .horisontal-navigation a {
           text-shadow: none;
       }
       }
       ```
   
 * If the code doesn’t work please post link to your site and let me know so I can
   take a look 🙂
 * Cheers,
    Bojan
 *  [WCCWilsonNC](https://wordpress.org/support/users/wccwilsonnc/)
 * (@wccwilsonnc)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/menu-shadowing/#post-6402287)
 * Thank you for your help. I have controlled the shadowing.
 *  [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * (@wpmudev-support4)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/menu-shadowing/#post-6402291)
 * Awesome 🙂
 * Have a great day!
 * Cheers,
    Bojan

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

The topic ‘Menu shadowing’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [Shadow](https://wordpress.org/support/topic-tag/shadow/)

 * 3 replies
 * 3 participants
 * Last reply from: [Bojan Radonic – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support4/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/menu-shadowing/#post-6402291)
 * Status: not resolved