Title: turn off shadow
Last modified: February 6, 2023

---

# turn off shadow

 *  Resolved [jiri02](https://wordpress.org/support/users/jiri02/)
 * (@jiri02)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/turn-off-shadow/)
 * Hallo,
 *  how can I turn off the shadow around the buttons?
 * Thak you for your hapl.
 * Jiri
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fturn-off-shadow%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Contributor [Jarno Vos](https://wordpress.org/support/users/jarnovos/)
 * (@jarnovos)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/turn-off-shadow/#post-16444208)
 * Hi [@jiri02](https://wordpress.org/support/users/jiri02/),
 * Your theme seems to add the box-shadow to all buttons, which also applies to 
   the Complianz buttons in the Cookie Banner. You can add the below CSS to _Appearance
   > Customize > Additional CSS _to remove/override these.
 *     ```wp-block-code
       button.cmplz-btn {
           -webkit-box-shadow: unset!important;
           box-shadow: unset!important;
       }
       ```
   
 * Kind regards, Jarno
 *  Thread Starter [jiri02](https://wordpress.org/support/users/jiri02/)
 * (@jiri02)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/turn-off-shadow/#post-16444586)
 * 
   Hi [@jarnovos](https://wordpress.org/support/users/jarnovos/), perfect, thank
   you. Is it possible to set the text color to not change when the cursor is on
   the button (It moves through the buttons)?
 * Best regards, Jiri
 *  Plugin Author [Aert](https://wordpress.org/support/users/aahulsebos/)
 * (@aahulsebos)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/turn-off-shadow/#post-16448115)
 * [@jiri02](https://wordpress.org/support/users/jiri02/)
 *     ```
       button.cmplz-btn.cmplz-deny:hover,
       button.cmplz-btn.cmplz-view-preferences:hover,
       button.cmplz-btn.cmplz-save-preferences:hover {
       color: black !important;
       }
       ```
   

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

The topic ‘turn off shadow’ is closed to new replies.

 * ![](https://ps.w.org/complianz-gdpr/assets/icon-256x256.png?rev=2881064)
 * [Complianz - GDPR/CCPA Cookie Consent](https://wordpress.org/plugins/complianz-gdpr/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/complianz-gdpr/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/complianz-gdpr/)
 * [Active Topics](https://wordpress.org/support/plugin/complianz-gdpr/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/complianz-gdpr/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/complianz-gdpr/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Aert](https://wordpress.org/support/users/aahulsebos/)
 * Last activity: [3 years, 4 months ago](https://wordpress.org/support/topic/turn-off-shadow/#post-16448115)
 * Status: resolved