Make fb-like-box background transparent
-
Hello,
as you can see in the bottom of this page
http://iris-duvdevani.com/welcome/
the fb-like-box background is white.
There is any css way to define it as a transparent ?
ThanksOrit
The blog I need help with is: (visible only to logged in users)
-
Hi,
I’m assuming you have the Custom Design upgrade ( http://en.support.wordpress.com/custom-design/)
You can add the following CSS to your custom CSS editor:
.widget_facebook_likebox iframe { background: transparent !important; }Please note this will change any and all Likebox widgets on your site. If you need only this particular one, change the first line to
#facebook-likebox2 iframe {You can add this via the instructions here:
http://en.support.wordpress.com/custom-design/editing-css/Cheers!
-
Err, correction. If you only need that particular one, change the line to
#facebook-likebox-2 iframe {. My fingers got a little jumpy there!Cheers!
-
- The topic ‘Make fb-like-box background transparent’ is closed to new replies.