I am pretty uneducated with coding, but I have managed to add a like box to our page. My problem is that it is transparent and matching the background of the page. I would like the box to stay white, but cannot figure it out for the life of me. Any help is greatly appreciated.
Heres the code at the top of my page:
<iframe tabIndex="-32768" src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FTotal-Storage-Services-LLC%2F136032556510664&width=400&height=427&colorscheme=light&show_faces=false&border_color&stream=true&header=true" frameBorder="0" allowTransparency="true" scrolling="no" style="BORDER-BOTTOM: medium none; BORDER-LEFT: medium none; WIDTH: 400px; HEIGHT: 200px; OVERFLOW: hidden; BORDER-TOP: medium none; BORDER-RIGHT: medium none"></iframe>
the page is www.totalstorageservices.com
thank you in advance for any help
Just add background-color: white;
into the style=""
part of the iframe;