Title: fortrees's Replies | WordPress.org

---

# fortrees

  [  ](https://wordpress.org/support/users/fortrees/)

 *   [Profile](https://wordpress.org/support/users/fortrees/)
 *   [Topics Started](https://wordpress.org/support/users/fortrees/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fortrees/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fortrees/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fortrees/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fortrees/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fortrees/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooSwipe WooCommerce Gallery] change opacity to the background](https://wordpress.org/support/topic/change-opacity-to-the-background/)
 *  [fortrees](https://wordpress.org/support/users/fortrees/)
 * (@fortrees)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/change-opacity-to-the-background/#post-9694619)
 * Changing the opacity of pswp_bg will also make the the image opaque. I’m assuming
   you only want to make the white background transparent?
 * Just add the below code to your css style sheet. May need to use !Important if
   that doesnt work. However adding the id should be sufficient enough.
 * #wooswipe .pswp__bg {
    background: rgba(255, 255, 255, 0.8); }

Viewing 1 replies (of 1 total)