<?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: Widgets and begining</title>
		<link>http://en.forums.wordpress.com/topic/widgets-and-begining</link>
		<description>WordPress.com Forums &#187; Topic: Widgets and begining</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 05:48:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/widgets-and-begining" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Widgets and begining"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-begining#post-1091899</link>
			<pubDate>Tue, 11 Dec 2012 02:55:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091899@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>- Change the format to comments - i don't want the heart.</p></blockquote>
<p>To remove the heart from behind comments in the Lovebirds theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.comments-link a {
	color: black;
}
.comments-link::before, .comments-link::after {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Widgets and begining"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-begining#post-1091897</link>
			<pubDate>Tue, 11 Dec 2012 02:53:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091897@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>- Take of the green flower below the logo</p></blockquote>
<p>To hide the vines below the logo on the left, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.vines {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Widgets and begining"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-begining#post-1091896</link>
			<pubDate>Tue, 11 Dec 2012 02:52:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091896@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>- Take of the bar "início" or "beginning"</p></blockquote>
<p>That is the main menu. You can hide it using CSS such as:</p>
<pre><code>nav {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Widgets and begining"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-begining#post-1091895</link>
			<pubDate>Tue, 11 Dec 2012 02:51:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091895@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>- Change the type, size and colour of widget's title</p></blockquote>
<p>Here is an example you can start with:</p>
<pre><code>h1.widget-title {
	font-size: 3em !important;
	font-family: Helvetica, Arial, sans-serif !important;
	color: red;
}</code></pre>
<p>Adjust the different values as necessary. </p>
<p>To learn more about font stacks:<br />
<a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/" rel="nofollow">http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/</a></p>
<p>To pick a color code:<br />
<a href="http://automattic.github.com/Iris/" rel="nofollow">http://automattic.github.com/Iris/</a>
</p>
]]></description>
					</item>
		<item>
			<title>sofiapalmarodrigues on "Widgets and begining"</title>
			<link>http://en.forums.wordpress.com/topic/widgets-and-begining#post-1074583</link>
			<pubDate>Thu, 22 Nov 2012 09:37:16 +0000</pubDate>
			<dc:creator>sofiapalmarodrigues</dc:creator>
			<guid isPermaLink="false">1074583@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I'd like to</p>
<p>- Change the type, size and colour of widget's title<br />
- Take of the bar "início" or "beginning"<br />
- Take of the green flower below the logo<br />
- Change the format to comments - i don't want the heart.</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
