Title: Removing Drop Shadow
Last modified: August 21, 2016

---

# Removing Drop Shadow

 *  [brentef](https://wordpress.org/support/users/brentef/)
 * (@brentef)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-drop-shadow/)
 * Hello, I really enjoy using this plugin. Is there way to remove the drop shadow
   without losing the other CSS formating? I tried unchecking “Use formatted display”
   but that disabled all of the css formatting. I just need the drop shadow removed.
   
   Thanks!
 * [https://wordpress.org/plugins/testimonial-basics/](https://wordpress.org/plugins/testimonial-basics/)

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

 *  Plugin Author [kevinhaig](https://wordpress.org/support/users/kevinhaig/)
 * (@kevinhaig)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-drop-shadow/#post-4760549)
 * Hi brentef.
 * Styles are in katb_user_styles.css in the/css/folder for the plugin.
 * You can search for “box-shadow”, and you will see 4 places where the style is
   used. Comment out the style, using /* at the start of the line and */ at the 
   end. You will have to redo this when the plugin updates.
 * A second option, if you have a child theme add the following lines :
 *     ```
       /* Testimonial Basics Custom Styles */
       .katb_test_box {box-shadow: none;}
       .katb_schema_summary_box {box-shadow: none;}
       .katb_widget_rotator_wrap {box-shadow: none;}
       .katb_widget_box {box-shadow: none;}
       ```
   
 * A third option would be to add the above lines the the JetPack Custom CSS plugin.
 *  Thread Starter [brentef](https://wordpress.org/support/users/brentef/)
 * (@brentef)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/removing-drop-shadow/#post-4760652)
 * Hello Kevin,
    I’ll play around with this tonight. Again, thanks for a great plugin.
 * Brent

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

The topic ‘Removing Drop Shadow’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/testimonial-basics_312d05.svg)
 * [Testimonial Basics](https://wordpress.org/plugins/testimonial-basics/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/testimonial-basics/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/testimonial-basics/)
 * [Active Topics](https://wordpress.org/support/plugin/testimonial-basics/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/testimonial-basics/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/testimonial-basics/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [brentef](https://wordpress.org/support/users/brentef/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/removing-drop-shadow/#post-4760652)
 * Status: not resolved