Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to make the text inside the facebook like button white?
    text
    copied!<p>I am using the facebook like button on a page with a red gradient background. I would like the text inside this share button to be white not the dark blue that it currently is (the "be the first of your friends to like this" text):</p> <p><img src="https://i.stack.imgur.com/vuqLC.png" alt="enter image description here"></p> <p>I'm not sure how to go about this though. This is the code used to generate the button:</p> <pre><code>&lt;div class="fb-like" data-href="&lt;current page's url here&gt;" data-send="true" data-width="360" data-show-faces="false" data-font="arial"&gt;&lt;/div&gt; </code></pre> <p>The code generated according to firebug is this:</p> <pre><code>&lt;div data-font="arial" data-show-faces="false" data-width="360" data-send="true" data-href="&lt;current page's url here&gt;" class="fb-like fb_edge_widget_with_comment fb_iframe_widget"&gt; &lt;span&gt; &lt;iframe scrolling="no" id="f29d650aad23b3a" name="fc2a4f4faf238e" style="border: medium none; overflow: hidden; height: 29px; width: 360px;" title="Like this content on Facebook." class="fb_ltr" src="http://www.facebook.com/plugins/like.php?api_key=271291652883209&amp;amp;channel_url=https%3A%2F%2Fs-static.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df28525cd54eb78%26origin%3Dhttp%253A%252F%252F&lt;current page's url here&gt;&amp;amp;extended_social_context=false&amp;amp;font=arial&amp;amp;href=http%3A%2F%2F&lt;current page's url here&gt;%2Ftag%2Fzach-galifianakis&amp;amp;layout=standard&amp;amp;locale=en_US&amp;amp;node_type=link&amp;amp;sdk=joey&amp;amp;send=true&amp;amp;show_faces=false&amp;amp;width=360"&gt;&lt;/iframe&gt; &lt;/span&gt; &lt;/div&gt; </code></pre> <p>Any ideas how to make that text white? </p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload