Title: Background darker
Last modified: August 22, 2016

---

# Background darker

 *  Resolved [dydione](https://wordpress.org/support/users/dydione/)
 * (@dydione)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/background-darker/)
 * Hi,
 * Could you please tell me how to make the background (behind the popup) darker?
   Which file needs to be modified in order to achieve this?
 * Thanks in advance.
 * [https://wordpress.org/plugins/wbounce/](https://wordpress.org/plugins/wbounce/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [kevinweber](https://wordpress.org/support/users/kevinweber/)
 * (@kevinweber)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/background-darker/#post-5182429)
 * Hi,
    simply add some custom CSS via the plugin’s options panel, as follows:
 *     ```
       .wbounce-modal .underlay {
       	background-color: rgba(0,0,0,0.7);
       }
       ```
   
 * The last parameter defines the transparency (0.7). Default is 0.5, thus 50%.
 * By the way, never change one of the plugin files on your own. Hard coding is 
   really bad practice. So please use the options panel or tell me the features 
   you want to have 🙂
 * Best regards,
    Kevin

Viewing 1 replies (of 1 total)

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

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

 * 1 reply
 * 2 participants
 * Last reply from: [kevinweber](https://wordpress.org/support/users/kevinweber/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/background-darker/#post-5182429)
 * Status: resolved