All I want to do is change the href font color in the Facebook Like Box.
<iframe src=“http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2FTrailerAddicts&width=292&colorscheme=light&show_faces=false&stream=false&header=false&height=62&css=http%3A%2F%2Fwww.traileraddict.com%2Fcss%2Ffanbox.css” scrolling=“no” frameborder=“0” style=“border:none; overflow:hidden; width:292px; height:62px; margin-top:64px;” allowTransparency=“true” css=“http://www.traileraddict.com/css/fanbox.css?”></iframe>
Is there a way you can change/override the CSS presented in the iframe? I thought Facebook provided a way. I tried included the url to my CSS in the iframe src request, but that didn’t seem to do anything. All I want are the links presented in the facebook iframe changed from the default light blue to white.
And I have this:
<script src=“http://connect.facebook.net/en_US/all.js#xfbml=1”></script><fb:like-box href=“http://www.facebook.com/TrailerAddicts” width=“292” show_faces=“false” stream=“false” header=“false” css=“http://www.traileraddict.com/css/fanbox.css?9”></fb:like-box>
in the CSS I Have:
.fan_box .name_block a { color: #FFF !important; }
.fan_box .connect_button {color: #FFF !important;}
I just want all the font white. Nothing is happening. I’ve tried browsers, changing the CSS. Everything.
What am I missing?
Ryan