Title: CSS for background
Last modified: February 3, 2017

---

# CSS for background

 *  Resolved [stardaug](https://wordpress.org/support/users/stardaug/)
 * (@stardaug)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/css-for-background/)
 * Can someone help. I want to change the backround colour of the FB comments section
   to white. I tried changing to the light skin but that didn’t work. My page background
   is black but I want the Heateor FB comment white.
 * I tried this in custom CSS but it did not work
    .pluginSkinDark, .pluginSkinDark.
   fcb { color: #333 !important; background-color: #fff !important; }
 * Any ideas?
 * Thank you.

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

 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/css-for-background/#post-8736718)
 * Try following CSS:
 *     ```
       #heateor_sc_facebook_comments div.fb-comments span{
          background-color: #fff !important;
       }
       ```
   
 * If this doesn’t help, let us know your webpage url where comments are enabled.
 *  Thread Starter [stardaug](https://wordpress.org/support/users/stardaug/)
 * (@stardaug)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/css-for-background/#post-8736780)
 * That worked perfect! Thank you!!
    🙂
 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/css-for-background/#post-8736803)
 * You’re welcome 🙂

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

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

 * ![](https://ps.w.org/heateor-social-comments/assets/icon-128x128.png?rev=2166083)
 * [Social Comments by Heateor](https://wordpress.org/plugins/heateor-social-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/heateor-social-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/heateor-social-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/heateor-social-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/heateor-social-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/heateor-social-comments/reviews/)

## Tags

 * [background](https://wordpress.org/support/topic-tag/background/)
 * [color](https://wordpress.org/support/topic-tag/color/)
 * [colour](https://wordpress.org/support/topic-tag/colour/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [Heateor Support](https://wordpress.org/support/users/heateor/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/css-for-background/#post-8736803)
 * Status: resolved