Title: banner box-shadow css
Last modified: January 23, 2022

---

# banner box-shadow css

 *  Resolved [rampeh](https://wordpress.org/support/users/rampeh/)
 * (@rampeh)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/banner-box-shadow-css/)
 * Hello, I cant get box shadow with css working at all. If I, let’s say, try border
   with css it works fine. Soft shadow not at all?
 * Br R.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fbanner-box-shadow-css%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Aert](https://wordpress.org/support/users/aahulsebos/)
 * (@aahulsebos)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/banner-box-shadow-css/#post-15281523)
 * Hi [@rampeh](https://wordpress.org/support/users/rampeh/),
 * Currently this is enabled on your cookie banner;
 *     ```
       .cmplz-cookiebanner.cmplz-show {
           box-shadow: rgb(0 0 0 / 19%) 0px 10px 20px, rgb(0 0 0 / 23%) 0px 6px 6px;
       }
       ```
   
 * You can disable the box-shadow under cookie banner settings and provide your 
   own;
 * For example: [https://getcssscan.com/css-box-shadow-examples](https://getcssscan.com/css-box-shadow-examples)
 *     ```
       .cmplz-cookiebanner.cmplz-show {
           box-shadow: box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
       }
       ```
   
 *  Thread Starter [rampeh](https://wordpress.org/support/users/rampeh/)
 * (@rampeh)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/banner-box-shadow-css/#post-15284026)
 * Nice:)

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

The topic ‘banner box-shadow css’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [rampeh](https://wordpress.org/support/users/rampeh/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/banner-box-shadow-css/#post-15284026)
 * Status: resolved