Title: CSS code for changing whit background
Last modified: December 11, 2020

---

# CSS code for changing whit background

 *  Resolved [brianhayesmusic](https://wordpress.org/support/users/brianhayesmusic/)
 * (@brianhayesmusic)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/)
 * Hello there,
 * You guys have one impressive plugin, here. The one detail, though, that I’m surprised
   is unavailable in any of the settings (unless I missed something) is the option
   to change the white background. With a site like mine that has a black background,
   the white is very unsightly. Is there a CSS code I can insert that will change
   the background to transparent? Transparent would be best, otherwise black would
   work. Thank you, in advance, for your help!
 * Brian Hayes
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-code-for-changing-whit-background%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [luezk89](https://wordpress.org/support/users/luezk89/)
 * (@luezk89)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13779992)
 * Hello,
 * I am as you only a user of the plugin, but I think you can try to add in your
   Custom CSS this:
 *     ```
       .bwg_slideshow_image_wrap_1 {
       background-color: transparent;
       }
       ```
   
 *  Thread Starter [brianhayesmusic](https://wordpress.org/support/users/brianhayesmusic/)
 * (@brianhayesmusic)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13781235)
 * Hi luezk,
 * Thank you very much for your efforts. However, the solution did not work. I also
   tried adding <!important;> and cleared my cache, just to be sure. I’m thinking
   the theme I’m using is requiring some variation of the CSS.
 *  [Asya Gabrilyan](https://wordpress.org/support/users/asyag/)
 * (@asyag)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13790678)
 * Dear [@brianhayesmusic](https://wordpress.org/support/users/brianhayesmusic/),
 * Sorry for the belated response.
 * Please try the code below (you can replace transparent with any other color of
   your choice):
 * #bwg_container1_1 #bwg_container2_1 div.bwg_slideshow_image_wrap_1 {
    background-
   color: transparent!important; }
 * Sincerely,
 *  Thread Starter [brianhayesmusic](https://wordpress.org/support/users/brianhayesmusic/)
 * (@brianhayesmusic)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13794998)
 * Hi Asya,
 * Thank you very much for your response but it still didn’t work for some reason?
   I left your code inserted but no change. Here’s the page in question:
 * [https://www.classicalguitarorlando.com/photo-gallery/](https://www.classicalguitarorlando.com/photo-gallery/)
 *  [Asya Gabrilyan](https://wordpress.org/support/users/asyag/)
 * (@asyag)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13905465)
 * Dear [@brianhayesmusic](https://wordpress.org/support/users/brianhayesmusic/),
 * Sorry for getting back to you this late.
 * Does the issue still persist ?
 * Sincerely,

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

The topic ‘CSS code for changing whit background’ is closed to new replies.

 * ![](https://ps.w.org/photo-gallery/assets/icon-256x256.png?rev=2068745)
 * [Photo Gallery by 10Web - Mobile-Friendly Image Gallery](https://wordpress.org/plugins/photo-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/photo-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/photo-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/photo-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/photo-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/photo-gallery/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Asya Gabrilyan](https://wordpress.org/support/users/asyag/)
 * Last activity: [5 years, 5 months ago](https://wordpress.org/support/topic/css-code-for-changing-whit-background/#post-13905465)
 * Status: resolved