Title: remove shadow from letters
Last modified: January 26, 2017

---

# remove shadow from letters

 *  Resolved [briqlab](https://wordpress.org/support/users/briqlab/)
 * (@briqlab)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-shadow-from-letters/)
 * Hi guys,
 * My last question: How can I remove the shadow from letters? In some cases the
   shadow is useful, in some cases it is unnecessary.
 * How can I influence the appearance of shadow?
 * Regards,
 * Kirsten

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

 *  [Chad Chadbourne](https://wordpress.org/support/users/shireling/)
 * (@shireling)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-shadow-from-letters/#post-8703054)
 * That will depend on where you want to remove them.
 * If you use your [browser inspector](https://www.youtube.com/watch?v=09XV2psDAZ4)
   you can look at the element with a shadow on it to find out exactly where the
   shadow is being applied.
 * Then you can write a CSS style, similar to this one (as an example):
 *     ```
       .pique-panel-content {
           text-shadow: none;
       }
       ```
   
 * Let me know if that’s enough to get you going, or where you run into trouble 
   🙂
 *  Thread Starter [briqlab](https://wordpress.org/support/users/briqlab/)
 * (@briqlab)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-shadow-from-letters/#post-8703177)
 * Thanks! It worked, now all I need to do is change some colours of tags and some
   headers. Your tips certainly helped!
 *  [Chad Chadbourne](https://wordpress.org/support/users/shireling/)
 * (@shireling)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/remove-shadow-from-letters/#post-8707361)
 * Glad they were helpful! You know where to post if you run into any more trouble
   🙂

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

The topic ‘remove shadow from letters’ is closed to new replies.

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

## Tags

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

 * 3 replies
 * 2 participants
 * Last reply from: [Chad Chadbourne](https://wordpress.org/support/users/shireling/)
 * Last activity: [9 years, 3 months ago](https://wordpress.org/support/topic/remove-shadow-from-letters/#post-8707361)
 * Status: resolved