Title: Background layer
Last modified: October 21, 2025

---

# Background layer

 *  Resolved [Leonidas](https://wordpress.org/support/users/visionoptika/)
 * (@visionoptika)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/)
 * Hello
 * is it possible to add a background layer behind the reason’s popup?
 * Regards
 * Leonidas

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

 *  Plugin Contributor [B.Ng](https://wordpress.org/support/users/baonguyen0310/)
 * (@baonguyen0310)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/#post-18690253)
 * Hello Leonidas,
 * Yes, you can add this CSS to the frontend to have it:
 *     ```wp-block-code
       #cancelOverlay, #returnOverlay {  display: none;  position: fixed;  top: 0;  left: 0;  width: 100vw;  height: 100vh;  background: rgba(0, 0, 0, 0.5);  z-index: 999;}
       ```
   
 *  Thread Starter [Leonidas](https://wordpress.org/support/users/visionoptika/)
 * (@visionoptika)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/#post-18691342)
 * Hi
 * I am sorry to say but the CSS code didn’t make any difference. The layer didn’t
   appear. I believe it happens because I couldn’t find anywhere the id #cancelOverlay
   or #returnOverlay inside the plugin
 * Regards
 * Leonidas
 *  Plugin Contributor [B.Ng](https://wordpress.org/support/users/baonguyen0310/)
 * (@baonguyen0310)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/#post-18692409)
 * Hello Leonidas,
 * You’re right, we will add it in the next release.
 *  Thread Starter [Leonidas](https://wordpress.org/support/users/visionoptika/)
 * (@visionoptika)
 * [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/#post-18692677)
 * Thank you very much!

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

The topic ‘Background layer’ is closed to new replies.

 * ![](https://ps.w.org/wc-order-cancellation-return/assets/icon-256x256.png?rev
   =3516978)
 * [Order Cancellation & Returns for WooCommerce](https://wordpress.org/plugins/wc-order-cancellation-return/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wc-order-cancellation-return/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wc-order-cancellation-return/)
 * [Active Topics](https://wordpress.org/support/plugin/wc-order-cancellation-return/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wc-order-cancellation-return/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wc-order-cancellation-return/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Leonidas](https://wordpress.org/support/users/visionoptika/)
 * Last activity: [7 months, 1 week ago](https://wordpress.org/support/topic/background-layer/#post-18692677)
 * Status: resolved