Title: Text Shadow
Last modified: July 20, 2020

---

# Text Shadow

 *  Resolved [helga100](https://wordpress.org/support/users/helga100/)
 * (@helga100)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/text-shadow/)
 * Hi there,
 * Could you give me the CSS that I would use to get rid of the drop shadow on the
   text? In particular the text on the top strip (Top area content) and the menu
   that apears along the top below that strip.
 * Many thanks,
    Helen

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

 *  Moderator [James Huff](https://wordpress.org/support/users/macmanx/)
 * (@macmanx)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/text-shadow/#post-13147637)
 * Yes, via Additional CSS in the Customizer, try:
 *     ```
       .site-header {
           background: none;
       }
       ```
   
 *  Thread Starter [helga100](https://wordpress.org/support/users/helga100/)
 * (@helga100)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/text-shadow/#post-13150751)
 * Hello, thank you for getting back to me.
 * I managed to figure it out. I put:
 * #masthead {
    text-shadow: none; }
 * and
 * .site-top-content {
    text-shadow: none; }
 * and that did the trick 🙂

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

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

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

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [helga100](https://wordpress.org/support/users/helga100/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/text-shadow/#post-13150751)
 * Status: resolved