Title: Remove Background From Pinterest Block
Last modified: July 15, 2022

---

# Remove Background From Pinterest Block

 *  Resolved [Sayan Dutta](https://wordpress.org/support/users/sayandutta/)
 * (@sayandutta)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/)
 * Grey background is coming on the Pinterest block. Please help me to remove it.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fremove-background-from-pinterest-block%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15835698)
 * Hi [@sayandutta](https://wordpress.org/support/users/sayandutta/),
 * I am not sure why your Pinterest embed is showing a grey background, I checked
   the block on a different site using the Twenty-Twenty Two theme + Gutenberg and
   it’s showing the expected color:
 * [https://thelmatest.mystagingwebsite.com/sample-page/](https://thelmatest.mystagingwebsite.com/sample-page/)
 * However, I checked the CSS on your site and it seems like this can be removed
   by changing the background color for your site’s body from transparent to white.
 * There is a great chance this is something coming from the theme you are using,
   you can troubleshoot to see where the color is coming from by temporarily changing
   the theme and deactivating all plugins besides Gutenberg on the site. Once you
   have that information you can reach out to the developers to see how best to 
   change the color without using CSS.
 * In the meantime, you can add the CSS below to your site to c change the background
   color from transparent to white:
 *     ```
       body {
           background: white;
       }
       ```
   
 *  Thread Starter [Sayan Dutta](https://wordpress.org/support/users/sayandutta/)
 * (@sayandutta)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15835863)
 * I tried the css but its only working during inspect not working from customize
   css.
 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15835912)
 * Thanks for that, actually it would be better to just change the background color
   of the iframe wrapper than your site’s body. You can try the CSS code below:
 *     ```
       .iframe-wrapper, .wp-video {
           background: #fff;
       }
       ```
   
 *  Thread Starter [Sayan Dutta](https://wordpress.org/support/users/sayandutta/)
 * (@sayandutta)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15835924)
 * Will try this. Thanks.
 *  [thelmachido a11n](https://wordpress.org/support/users/thelmachido/)
 * (@thelmachido)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15835940)
 * Great!
 * Let me know how it goes. You might need to add `!important` to the code but this
   should be done as the last resort. So in this case the code will look like this:
 *     ```
       .iframe-wrapper, .wp-video {
           background: #fff !important;
       }
       ```
   
 *  Thread Starter [Sayan Dutta](https://wordpress.org/support/users/sayandutta/)
 * (@sayandutta)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15837205)
 * Thank you so much. It worked.

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

The topic ‘Remove Background From Pinterest Block’ is closed to new replies.

 * ![](https://ps.w.org/gutenberg/assets/icon-256x256.jpg?rev=1776042)
 * [Gutenberg](https://wordpress.org/plugins/gutenberg/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gutenberg/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gutenberg/)
 * [Active Topics](https://wordpress.org/support/plugin/gutenberg/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gutenberg/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gutenberg/reviews/)

## Tags

 * [outside scope](https://wordpress.org/support/topic-tag/outside-scope/)

 * 6 replies
 * 2 participants
 * Last reply from: [Sayan Dutta](https://wordpress.org/support/users/sayandutta/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/remove-background-from-pinterest-block/#post-15837205)
 * Status: resolved