Title: Remove Box Shadow
Last modified: May 13, 2020

---

# Remove Box Shadow

 *  Resolved [doctorofcredit](https://wordpress.org/support/users/doctorofcredit/)
 * (@doctorofcredit)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-box-shadow-7/)
 * When a user doesn’t have a gravatar I basically just want it to be completely
   blank. Currently when you have it selected as blank in the wordpress settings
   wpdiscuz seems to apply a box shadow. Is it possible to remove this?

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

 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * (@gvectorssupportmember)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-box-shadow-7/#post-12826675)
 * Hi [@doctorofcredit](https://wordpress.org/support/users/doctorofcredit/),
 * Please navigate to the Dashboard > Forums > Settings > Styles admin page, put
   the following CSS code in the “Custom CSS Code” textarea:
 *     ```
       #wpcomm .avatar {
           box-shadow: none !important;
       }
       ```
   
 * Please don’t forget to delete all caches and press CTRL+F5(twice) on the frontend
   before checking.
 *  Thread Starter [doctorofcredit](https://wordpress.org/support/users/doctorofcredit/)
 * (@doctorofcredit)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-box-shadow-7/#post-12826720)
 * Thanks, is there a way to change the background area for ‘Leave A Reply’ ‘Join
   the discussion’ etc?
 *  Plugin Support [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * (@gvectorssupportmember)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/remove-box-shadow-7/#post-12827033)
 * [@doctorofcredit](https://wordpress.org/support/users/doctorofcredit/),
 * Please use the following CSS code to change the “Join the discussion” area background
   color:
 *     ```
       .wpdiscuz-textarea-wrap textarea {
           background-color: #cfecfc;
       }
       ```
   
 * To change the “Leave A Reply” text color, use the following code:
 *     ```
       #wc-comment-header {
           color: #8ad4fc;
       }
       ```
   
 * Please note you can change the **background-color**_ and the **color **_values
   as you want.
    In any case please don’t forget to delete all caches and press 
   CTRL+F5(twice) twice on the frontend before checking.

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

The topic ‘Remove Box Shadow’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [gVectors Support](https://wordpress.org/support/users/gvectorssupportmember/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/remove-box-shadow-7/#post-12827033)
 * Status: resolved