<?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: Able theme CSS to change text widget title from italics to normal text</title>
		<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text</link>
		<description>WordPress.com Forums &#187; Topic: Able theme CSS to change text widget title from italics to normal text</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 04:42:40 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text" rel="self" type="application/rss+xml" />

		<item>
			<title>designdolphin on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1125066</link>
			<pubDate>Tue, 15 Jan 2013 20:55:08 +0000</pubDate>
			<dc:creator>designdolphin</dc:creator>
			<guid isPermaLink="false">1125066@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. Good luck. :-)
</p>
]]></description>
					</item>
		<item>
			<title>scott777tx on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121829</link>
			<pubDate>Sat, 12 Jan 2013 23:38:47 +0000</pubDate>
			<dc:creator>scott777tx</dc:creator>
			<guid isPermaLink="false">1121829@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wonderful!  Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>designdolphin on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121626</link>
			<pubDate>Sat, 12 Jan 2013 20:58:03 +0000</pubDate>
			<dc:creator>designdolphin</dc:creator>
			<guid isPermaLink="false">1121626@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><code>&lt;br /&gt;
#widget_contact_info-2 .widget-title {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}</code></p>
<p>That's because you got the underscore and dashes mixed up.  ;-) Just tested the above and it should work.
</p>
]]></description>
					</item>
		<item>
			<title>scott777tx on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121597</link>
			<pubDate>Sat, 12 Jan 2013 20:41:59 +0000</pubDate>
			<dc:creator>scott777tx</dc:creator>
			<guid isPermaLink="false">1121597@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the feedback.  I am now trying to change the font for the title of the Contact Information widget.  This is what I tried:</p>
<p>#widget-contact-info-2 .widget-title {<br />
	font-style: normal;<br />
}</p>
<p>But it did not work.  Any advice?
</p>
]]></description>
					</item>
		<item>
			<title>designdolphin on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121580</link>
			<pubDate>Sat, 12 Jan 2013 20:29:04 +0000</pubDate>
			<dc:creator>designdolphin</dc:creator>
			<guid isPermaLink="false">1121580@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. </p>
<p>Depends a bit on the stuff you have inside the widget, and which part of the widget you want to affect. </p>
<p>I don't know what browser your using, but IE, Firefox, and Opera, Safari all have code inspectors that will allow you to look at the HTML and CSS (don't know about Chrome). Then you can look up the attribute and the css.</p>
<p>To change font size you need to change the font-size property in your CSS.
</p>
]]></description>
					</item>
		<item>
			<title>scott777tx on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121572</link>
			<pubDate>Sat, 12 Jan 2013 20:24:24 +0000</pubDate>
			<dc:creator>scott777tx</dc:creator>
			<guid isPermaLink="false">1121572@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much.  If I want to change the font size of individual widgets, then how do I do that, as well?
</p>
]]></description>
					</item>
		<item>
			<title>designdolphin on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121569</link>
			<pubDate>Sat, 12 Jan 2013 20:23:05 +0000</pubDate>
			<dc:creator>designdolphin</dc:creator>
			<guid isPermaLink="false">1121569@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For all the widget titles:<br />
<code>&lt;br /&gt;
.widget-title {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
</code></p>
<p>If you just want to change the title for a single widget then add the aside id. For example:</p>
<p><code>&lt;br /&gt;
#text-15 .widget-title {&lt;br /&gt;
    font-style: normal;&lt;br /&gt;
}&lt;br /&gt;
</code>
</p>
]]></description>
					</item>
		<item>
			<title>scott777tx on "Able theme CSS to change text widget title from italics to normal text"</title>
			<link>http://en.forums.wordpress.com/topic/able-theme-css-to-change-text-widget-title-from-italics-to-normal-text#post-1121528</link>
			<pubDate>Sat, 12 Jan 2013 19:57:49 +0000</pubDate>
			<dc:creator>scott777tx</dc:creator>
			<guid isPermaLink="false">1121528@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello.  I would like to change the text widget title on my blog from italics to normal text.  The theme I am using it ABLE.  What is the custom CSS needed to accomplish this?  The default text widget format is for the title to be in Italics.  Thanks for your help!
</p>
]]></description>
					</item>

	</channel>
</rss>
