Title: Remove text shadow from title/caption?
Last modified: August 21, 2016

---

# Remove text shadow from title/caption?

 *  Resolved [jacobstone](https://wordpress.org/support/users/jacobstone/)
 * (@jacobstone)
 * [13 years ago](https://wordpress.org/support/topic/remove-text-shadow-from-titlecaption/)
 * I’m using Easy Fancybox to display some nextgen gallery images and their captions,
   as shown here:
 * [http://paleojake.com/2013/06/bulletproof-coffee-pt-1/](http://paleojake.com/2013/06/bulletproof-coffee-pt-1/)
 * Is there a way I can format – specifically remove the drop shadow – from the 
   text when the fancybox pops up? It’s white with a white shadow so it’s kind of
   ghosted looking, wanted to clean that up if possible.
 * Thanks so much in advance!
 * [http://wordpress.org/extend/plugins/easy-fancybox/](http://wordpress.org/extend/plugins/easy-fancybox/)

Viewing 1 replies (of 1 total)

 *  [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * (@ravanh)
 * [12 years, 12 months ago](https://wordpress.org/support/topic/remove-text-shadow-from-titlecaption/#post-3851685)
 * Hi, that text-shadow is coming from this rule in your themes stylesheet:
 *     ```
       body {
       line-height: 20px;
       font-family: 'Droid Sans',Arial,Verdana,sans-serif;
       font-size: 12px;
       color: #48423f;
       text-shadow: 1px 1px 0 #fff;
       }
       ```
   
 * You could simply move it from the body rule to the first #content-area rule and
   it won’t interfere with FancyBox content any more.

Viewing 1 replies (of 1 total)

The topic ‘Remove text shadow from title/caption?’ is closed to new replies.

 * ![](https://ps.w.org/easy-fancybox/assets/icon-256x256.png?rev=3188201)
 * [Firelight Lightbox](https://wordpress.org/plugins/easy-fancybox/)
 * [Support Threads](https://wordpress.org/support/plugin/easy-fancybox/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-fancybox/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-fancybox/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-fancybox/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rolf Allard van Hagen](https://wordpress.org/support/users/ravanh/)
 * Last activity: [12 years, 12 months ago](https://wordpress.org/support/topic/remove-text-shadow-from-titlecaption/#post-3851685)
 * Status: resolved