<?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: Cannot find Widget/Sidebar Font in  Forever theme CSS</title>
		<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css</link>
		<description>WordPress.com Forums &#187; Topic: Cannot find Widget/Sidebar Font in  Forever theme CSS</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 23:48:37 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/cannot-find-widgetsidebar-font-in-forever-theme-css" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-992319</link>
			<pubDate>Thu, 30 Aug 2012 14:45:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992319@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>P.S. I love the pattern background you picked!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-992294</link>
			<pubDate>Thu, 30 Aug 2012 14:27:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">992294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>"textwidget" is a class used by any text widget, so it won't necessarily appear in the theme's CSS stylesheet but may still work. zandyring's example has a typo in it (a missing colon) and if you add that in it will work, but it only affects things that are inside a "p" paragraph tag.</p>
<pre><code>.textwidget p {
	font-size: 10px;
}</code></pre>
<p>I would go a little more general than that to catch other things like list elements too. Here is an example for adjusting the font size for the sidebar and sidebar titles with CSS for the Forever theme:</p>
<pre><code>#secondary .widget {
	font-size: 10px;
}

#secondary .widget-title {
	font-size: 10px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>zandyring on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-981488</link>
			<pubDate>Mon, 20 Aug 2012 13:09:59 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">981488@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you add this to you CSS stylesheet, you should get what you're looking for:</p>
<p><code>.textwidget p {font-size 16px;}</code></p>
<p>The forever theme HTML has code for .textwidget but hasn't targeted it with any CSS. You, however, can do so.</p>
<p>Good luck!<br />
-Z
</p>
]]></description>
					</item>
		<item>
			<title>missjecka on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-981478</link>
			<pubDate>Mon, 20 Aug 2012 12:59:08 +0000</pubDate>
			<dc:creator>missjecka</dc:creator>
			<guid isPermaLink="false">981478@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There is no such thing in the code for the Forever theme. I just checked and there is no .textwidget p
</p>
]]></description>
					</item>
		<item>
			<title>zandyring on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-975348</link>
			<pubDate>Mon, 13 Aug 2012 15:45:36 +0000</pubDate>
			<dc:creator>zandyring</dc:creator>
			<guid isPermaLink="false">975348@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like it's .textwidget p that you should be working on.
</p>
]]></description>
					</item>
		<item>
			<title>missjecka on "Cannot find Widget/Sidebar Font in  Forever theme CSS"</title>
			<link>http://en.forums.wordpress.com/topic/cannot-find-widgetsidebar-font-in-forever-theme-css#post-970978</link>
			<pubDate>Thu, 09 Aug 2012 14:39:50 +0000</pubDate>
			<dc:creator>missjecka</dc:creator>
			<guid isPermaLink="false">970978@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In other themes I've used, changing the font size in the sidebar is as easy as using</p>
<blockquote><p>#sidebar{<br />
font-size: 16px;<br />
}</p></blockquote>
<p>However, this will not work in the Forever theme's custom CSS. There are a number of "widget" items in the code, but even editing all of them (except for the title, which I'd like to stay the same) with "font-size: 16px;" will not change anything.</p>
<p>What am I missing? I'd like to make my widget text smaller (not the title).
</p>
]]></description>
					</item>

	</channel>
</rss>
