Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, in my theme I was able to change color, going to my style.css file
    then using this class:

    .fb_iframe_widget {
    background-color: #ffffff;
    }

    Where it is written #ffffff, you change for the color you want. In my case I wanted white.

    It’s not called .fb_iframe_widget is it?

    I tried your code in the stylesheet and it didn’t work, nor with !important;. The default plugin doesn’t seem to change from Dark or Light when I select it either?

    Any thoughts?

    .fb_iframe_widget {
    background-color: #ffffff !important;
    }

    This is the correct “class” name.

    I added it to the custom css code section of my theme, and it worked like a charm.

    If you don’t have a custom css section, then you can install a plug in that provides this functionality.

    In no case do you want to modify the theme core css files, or the plugin files, as if and when they upgrade, your changes will be lost forever.

    If this doesn’t work, you should contact the theme developer or a free lance programmer for assistance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘The background color of the like box’ is closed to new replies.