<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: Twitter widget follow button</title>
		<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button</link>
		<description>WordPress.com Forums &#187; Topic: Twitter widget follow button</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 19:24:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/twitter-widget-follow-button" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1117671</link>
			<pubDate>Wed, 09 Jan 2013 20:20:02 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1117671@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply</p>
<blockquote><p>it's not possible to use CSS to change the appearance of elements which are inside iframes that are served from different domains</p></blockquote>
<p> bookmarked!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1117670</link>
			<pubDate>Wed, 09 Jan 2013 20:19:04 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1117670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For the record, it's not possible to use CSS to change the appearance of elements which are inside iframes that are served from different domains, such as the Facebook widget and some of the sharing buttons offered by outside services like Facebook and Twitter.
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113818</link>
			<pubDate>Sun, 06 Jan 2013 16:39:29 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113818@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You and me both! Thanks for explaining this to me. It's a lot easier to accept it won't work when I understand why that is! </p>
<p>Cheers!
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113417</link>
			<pubDate>Sat, 05 Jan 2013 23:18:49 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1113417@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think with the Facebook code you are actually styling the iframe itself, not its contents. The Facebook widget seems to have a transparent background, so if you give the iframe a background color it will show through.</p>
<p>In contrast, the Twitter widget has a background color, so that covers up any styling you do to the iframe itself. You can kind of see the effects by using this code:</p>
<p><code>.widget_twitter iframe {&lt;br /&gt;
	border: 4px solid #948471;&lt;br /&gt;
}</code></p>
<p>That puts a border around the iframe, which shows up. But any changes to the background-color won't show up, because the background-color specified within the iframe covers it up.</p>
<p>Thanks for putting up with my meandering advice—I learned something new!
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113398</link>
			<pubDate>Sat, 05 Jan 2013 23:00:02 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113398@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I used this to style my Facebook Likeboxes and this works:</p>
<pre><code>.widget_facebook_likebox iframe {
	border: 4px solid #948471;
	background-color: #fcf4d2;
	width: 180px;
}</code></pre>
<p>However, "a#follow-button.btn iframe" didn't work. Perhaps the code just needs to be written differently?</p>
<p>If it's really not possible, then oh well, it's not that big a deal. But it's too bad the Twitter button doesn't match the other buttons on the site.</p>
<p>Thanks so much for trying! Much appreciated :)
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113370</link>
			<pubDate>Sat, 05 Jan 2013 22:15:25 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1113370@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just looked again at the code and noticed that the entire Follow @ button is enclosed in an iframe that is hosted on twitter's website. Sadly, as far as I know you can't override the style used in an iframe. :( Sorry for taking so long to notice that detail!
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113359</link>
			<pubDate>Sat, 05 Jan 2013 21:55:04 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I tried both ways with and without !important -- so far, no luck.
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113351</link>
			<pubDate>Sat, 05 Jan 2013 21:47:33 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1113351@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you take out the period before the a in a#follow-button.btn? (I see that you had a period at the beginning of the code you posted earlier.) That would cause the code not to work as intended.
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113336</link>
			<pubDate>Sat, 05 Jan 2013 21:27:38 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113336@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sorry, that still didn't work. This is exactly what I put in:</p>
<pre><code>a#follow-button.btn {
	color: #fcf4d2;
	background-color: #948471;
	background-image: none;
	border: #948471;
}</code></pre>
<p>I even tried with !important on the background-image, but no go :( </p>
<p>Can you suggest anything else? Thanks so much!
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113299</link>
			<pubDate>Sat, 05 Jan 2013 20:22:08 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1113299@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The background-image property is just for the button (not for the whole page or anything) and it shows up as a gradient over the background color, so you won't see a change in the button color until you change that property. Try using this:</p>
<p><code>a#follow-button.btn {&lt;br /&gt;
	color: #fcf4d2;&lt;br /&gt;
	background-color: #948471;&lt;br /&gt;
	background-image: none;&lt;br /&gt;
}</code></p>
<p>The button also has a border, so you'll probably want to add a border-color property in the color that you prefer.
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113182</link>
			<pubDate>Sat, 05 Jan 2013 18:41:13 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113182@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I should mention that I've tried the code without the . at the beginning as well as with # at the beginning, and none of that worked :(
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1113181</link>
			<pubDate>Sat, 05 Jan 2013 18:40:20 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1113181@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, expattranslator. I tried it using:</p>
<pre><code>.a#follow-button.btn {
	color: #fcf4d2;
	background-color: #948471;
}</code></pre>
<p>But that didn't work. I added !important but that didn't work either. I'd like to get it working and see what it looks like before I play with background-image (thanks for telling me about that, I had no clue!).</p>
<p>Any suggestions as to how I can improve the code? Thanks so much for your help! I had given up on getting this...
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1112944</link>
			<pubDate>Sat, 05 Jan 2013 09:53:04 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1112944@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It should work to change the color with a#follow-button.btn, but you will have to change more than just the background-color property. The background-image property creates a gradient on top of the background-color. If you just want a solid color instead of a gradient, you can set the background-image to none.</p>
<p>Let me know if it's still unclear (or if that doesn't work for you!).
</p>
]]></description>
					</item>
		<item>
			<title>habannah on "Twitter widget follow button"</title>
			<link>http://en.forums.wordpress.com/topic/twitter-widget-follow-button#post-1112563</link>
			<pubDate>Fri, 04 Jan 2013 22:19:26 +0000</pubDate>
			<dc:creator>habannah</dc:creator>
			<guid isPermaLink="false">1112563@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I managed to change the colors of the Search and Follow Blog buttons, but I'd also like to change the color of the Follow @ button in the Twitter widget (right sidebar). I've tried a few codes, including twitter-follow-button, a#follow-button.btn, and span#l.label, but I'm obviously not putting things together properly because nothing's working :( </p>
<p>Any advice? I'd be very grateful! </p>
<p>Coraline theme...
</p>
]]></description>
					</item>

	</channel>
</rss>
