<?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; Tag: motion - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/motion</link>
		<description>WordPress.com Forums &#187; Tag: motion - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 18:57:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/motion" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "How do I remove or edit the box in the top right of my blog? &#039;grab the RSS feed&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-or-edit-the-box-in-the-top-right-of-my-blog-grab-the-rss-feed#post-1231651</link>
			<pubDate>Thu, 18 Apr 2013 22:50:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1231651@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. :)
</p>
]]></description>
					</item>
		<item>
			<title>humanguy on "How do I remove or edit the box in the top right of my blog? &#039;grab the RSS feed&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-or-edit-the-box-in-the-top-right-of-my-blog-grab-the-rss-feed#post-1231643</link>
			<pubDate>Thu, 18 Apr 2013 22:46:46 +0000</pubDate>
			<dc:creator>humanguy</dc:creator>
			<guid isPermaLink="false">1231643@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so very much!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do I remove or edit the box in the top right of my blog? &#039;grab the RSS feed&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-or-edit-the-box-in-the-top-right-of-my-blog-grab-the-rss-feed#post-1231617</link>
			<pubDate>Thu, 18 Apr 2013 22:34:10 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1231617@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See <a href="http://wpbtips.wordpress.com/2011/05/16/rss-and-social-media-icons/" rel="nofollow">http://wpbtips.wordpress.com/2011/05/16/rss-and-social-media-icons/</a> and note the instructions for the Motion theme here <a href="http://wpbtips.wordpress.com/2011/05/16/rss-and-social-media-icons/#rss-note" rel="nofollow">http://wpbtips.wordpress.com/2011/05/16/rss-and-social-media-icons/#rss-note</a>
</p>
]]></description>
					</item>
		<item>
			<title>humanguy on "How do I remove or edit the box in the top right of my blog? &#039;grab the RSS feed&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-or-edit-the-box-in-the-top-right-of-my-blog-grab-the-rss-feed#post-1231613</link>
			<pubDate>Thu, 18 Apr 2013 22:31:32 +0000</pubDate>
			<dc:creator>humanguy</dc:creator>
			<guid isPermaLink="false">1231613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I remove or edit the box saying:<br />
Hey there! Thanks for dropping by [BLOG TITLE]! Take a look around and grab the RSS feed to stay updated. See you around!
</p>
]]></description>
					</item>
		<item>
			<title>humanguy on "How do I remove or edit the box in the top right of my blog? &#039;grab the RSS feed&#039;"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-or-edit-the-box-in-the-top-right-of-my-blog-grab-the-rss-feed#post-1231610</link>
			<pubDate>Thu, 18 Apr 2013 22:30:39 +0000</pubDate>
			<dc:creator>humanguy</dc:creator>
			<guid isPermaLink="false">1231610@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I remove or edit the box saying:<br />
Hey there! Thanks for dropping by [BLOG TITLE]! Take a look around and grab the RSS feed to stay updated. See you around!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Motion theme addict"</title>
			<link>http://en.forums.wordpress.com/topic/motion-theme-addict#post-1161526</link>
			<pubDate>Sun, 24 Feb 2013 05:07:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>...i would like the blocks and lines have simular color as background so they blend in... favourable the background is white and so are the blocks/lines in sidebar and the block that wraps around title of article is also white. same for blocks in footer, also white..<br />
and text on whole page is black..</p></blockquote>
<p>This will take some work. How I would approach it would be to look through the theme's original stylesheet and find every case where "background" is used, and copy every selector into a comma-separated list. Then I would apply a new "background" and "color" property for those selectors all at once.</p>
<p>I went through several and made and example for you. Note that it is not complete, and you may need to add to it if you want to adjust more of the colors:</p>
<pre><code>body.custom-background,
#top #topmenu li a,
#header #logo h1 a,
#header #logo #desc,
.posttop,
.posttop h2.posttitle,
a,
.postcontent,
#footer,
#footer ul li,
#footer a:hover,
#credits a {
	background: #fff;
	color: #000;
}

#nav li a {
	color: #666;
}</code></pre>
<p>I'm not really a fan of how some of that text shadow property looks, so I would remove it like this:</p>
<pre><code>h1, h2, h3, h4, h5, h6, p, li, dt, dd, blockquote, label, th, td, a,
#header #logo h1 a {
	text-shadow: none;
}</code></pre>
<p>The Motion theme uses transparent images like this one to setup the background colors normally:<br />
<a href="http://s0.wp.com/wp-content/themes/pub/motion/images/blacktrans.png" rel="nofollow">http://s0.wp.com/wp-content/themes/pub/motion/images/blacktrans.png</a></p>
<p>But I used regular color blocks in my example above since we're dealing with black and white.</p>
<p>Here is a link to the Motion theme's stylesheet so you can look through it to add more selectors to the example if you'd like:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/motion/style.css?m=1355953138g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/motion/style.css?m=1355953138g&#038;minify=false</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Motion theme addict"</title>
			<link>http://en.forums.wordpress.com/topic/motion-theme-addict#post-1161515</link>
			<pubDate>Sun, 24 Feb 2013 04:43:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1161515@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>-the blocks in the sidebar (visible when looking at a blogarticle) and lines around blocks are very dominant ...</p></blockquote>
<p>Here is an example to get you started. It will change the background color for sidebar widget blocks, sidebar headings, and sidebar hover links:</p>
<pre><code>#sidebar ul li.boxed {
	background: #888;
}

#sidebar h3,
#sidebar ul ul li a:hover {
	background: #777;
}</code></pre>
<p>Adjust the colors to your liking.<br />
<a href="http://en.wikipedia.org/wiki/Web_colors#X11_color_names" rel="nofollow">http://en.wikipedia.org/wiki/Web_colors#X11_color_names</a>
</p>
]]></description>
					</item>
		<item>
			<title>mysurfdeal on "Motion theme addict"</title>
			<link>http://en.forums.wordpress.com/topic/motion-theme-addict#post-1158547</link>
			<pubDate>Wed, 20 Feb 2013 23:41:37 +0000</pubDate>
			<dc:creator>mysurfdeal</dc:creator>
			<guid isPermaLink="false">1158547@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>All,<br />
Hopelessly in love with this theme for my blog <a href="http://www.surfdeals.ch" rel="nofollow">http://www.surfdeals.ch</a> </p>
<p>except for the colors<br />
-the blocks in the sidebar (visible when looking at a blogarticle) and lines around blocks are very dominant ...<br />
...i would like the blocks and lines have simular color as background so they blend in... favourable the background is white and so are the blocks/lines in sidebar and the block that wraps around title of article is also white. same for blocks in footer, also white..<br />
and text on whole page is black..</p>
<p>---&#62; message for this theme: Your current theme does not support Custom Colors yet. We are working to add support to most of our themes, including this one.</p>
<p>I have the CSS upgrade..but not the skills :) Anyone that can guide me through the valley of darkness...?<br />
Thank you ver ymuch,<br />
Mark
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Looking for a theme similar to Motion"</title>
			<link>http://en.forums.wordpress.com/topic/looking-for-a-theme-similar-to-motion#post-1079703</link>
			<pubDate>Tue, 27 Nov 2012 22:37:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1079703@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
Theme selection is subjective so we Volunteers and Staff don't get into assisting with this.  Here's the Themes Showcase link <a href="http://theme.wordpress.com/" rel="nofollow">http://theme.wordpress.com/</a><br />
Note:  We aren't allowed to create discussion threads on these support forums.  These forums are for support issues only.<br />
<a href="http://en.forums.wordpress.com/topic/forums-housekeeping?replies=1" rel="nofollow">http://en.forums.wordpress.com/topic/forums-housekeeping?replies=1</a>
</p>
]]></description>
					</item>
		<item>
			<title>davidg777 on "Looking for a theme similar to Motion"</title>
			<link>http://en.forums.wordpress.com/topic/looking-for-a-theme-similar-to-motion#post-1079699</link>
			<pubDate>Tue, 27 Nov 2012 22:30:14 +0000</pubDate>
			<dc:creator>davidg777</dc:creator>
			<guid isPermaLink="false">1079699@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good day to all. I am thinking about changing the theme to my website, but need some help. I am looking for a theme that supports widgets, is user friendly, easy to navigate through, and supports sub pages that can be viewed by just pointing the cursor over the parent page without the need for the widget to view all pages. I want a theme simple like Motion, which is the one I am currently using. I looked at the themes Sunspot, and itheme2, and these seem like good themes. Although the itheme2 contains some widgets that I don't want. Any ideas on how to remove them is appreciated.</p>
<p>Anyways, if somebody can help me out selecting a nice theme similar to the current one, I would appreciate that. Feel free to check my website out for ideas.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1061504</link>
			<pubDate>Mon, 05 Nov 2012 21:39:56 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061504@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Question #3 - how do I insert a blank line using the CSS editor?</p></blockquote>
<p>I would use margin or padding for that. If you need help with a specific example, please <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">start a new help request</a>.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1061501</link>
			<pubDate>Mon, 05 Nov 2012 21:39:23 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061501@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>#2 - is there somewhere out there I can get these unique codings to keep from asking hundreds of questions on the forum?</p></blockquote>
<p>I would recommend looking at the theme's CSS directly. The easiest way to do that and see all of the CSS being applied is to use browser tools, which are built in to all modern versions of the major browsers. To see the browser tools, right-click on a page element and select the "Inspect Element" option. It should pull up a view highlighting the html for the thing you clicked on as well as all of the CSS rules that apply to it. In general, copying the selector used in the theme's CSS will be the best way to override it using custom CSS.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054941</link>
			<pubDate>Tue, 30 Oct 2012 01:07:18 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1054941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I changed the heading code to <br />
#header [ETC]<br />
That aligns both the title and the tagline to center but doens't change the tagline individually, nor does it make the color red.</p></blockquote>
<p>#header is the whole section that lies between the two top menus. The blog title and the tagline are separate sections inside that section, and the blog title is a <em>link</em>. To change the color of the blog title you need this selector:<br />
<code>.wf-active #header #logo h1 a</code></p>
<p>And I don't see why you're using basic "red" instead of a hex color code. Good color palettes here:<br />
<a href="http://www.december.com/html/spec/color.html" rel="nofollow">http://www.december.com/html/spec/color.html</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054767</link>
			<pubDate>Mon, 29 Oct 2012 21:54:14 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1054767@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For IE9 you can install the Developer Toolbar <a href="http://www.microsoft.com/en-us/download/details.aspx?id=18359" rel="nofollow">http://www.microsoft.com/en-us/download/details.aspx?id=18359</a><br />
Note: The Developer Toolbar is not compatible with Internet Explorer 8. Please use the developer tools included with Internet Explorer 8.  Press F12 or click the 'Developer Tools' entry in the Tools menu to begin using the tool.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054764</link>
			<pubDate>Mon, 29 Oct 2012 21:51:52 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1054764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Which browser and version of it are you using?
</p>
]]></description>
					</item>
		<item>
			<title>jackstr952 on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054754</link>
			<pubDate>Mon, 29 Oct 2012 21:45:59 +0000</pubDate>
			<dc:creator>jackstr952</dc:creator>
			<guid isPermaLink="false">1054754@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks justpi that helped, although I changed the heading code to <br />
   #header {<br />
	Text-align: center;<br />
	Position: center;<br />
	Top: 12px;<br />
	Font-size: 1.8em<br />
	Color: red;<br />
}<br />
That aligns both the title and the tagline to center but doens't change the tagline individually, nor does it make the color red.</p>
<p>I'm not using Firefox so is there another source i can get these selectors from?</p>
<p>Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054454</link>
			<pubDate>Mon, 29 Oct 2012 18:24:25 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1054454@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Selectors vary from theme to theme, and don't coincide with the standard WP terms for things. The selector for the tagline in Motion is this:<br />
<code>#header #logo #desc</code></p>
<p>If you're using Firefox, you can install the Firebug add-on to examine the CSS of each element on your page and find the right selectors.
</p>
]]></description>
					</item>
		<item>
			<title>jackstr952 on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054359</link>
			<pubDate>Mon, 29 Oct 2012 16:39:24 +0000</pubDate>
			<dc:creator>jackstr952</dc:creator>
			<guid isPermaLink="false">1054359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I just found out about the widget, but the tagline remains a mystery - I also copied and pasted the link to the selectors into a word document and searched for "tag" - didn't find it so I guess it's back to trial and error to try and find which selector references the tagline - not very intuitive to me, but thanks, at least it gives me somewhere to look.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054335</link>
			<pubDate>Mon, 29 Oct 2012 16:14:41 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1054335@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's a link to the CSS stylesheet for Motion to help you locate the selectors <a href="https://wpcom-themes.svn.automattic.com/motion/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/motion/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>jackstr952 on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054333</link>
			<pubDate>Mon, 29 Oct 2012 16:12:27 +0000</pubDate>
			<dc:creator>jackstr952</dc:creator>
			<guid isPermaLink="false">1054333@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The settings--&#62;General only allow me to enter the text in the tagline.<br />
I did purchase the custom design upgrade and what i mean by the unique coding term which might be a little ambiguous is this: for instance, I can use #header h1 { font-size; 1.8em } to change the font-size of my title but when I try #tagline.... nothing happens. Moving and changing the attributes of what appears on the default Motion theme is too "hit and miss," inotherwords, I put in coding to try and "locate" the elements (paragraph, header, links, etc) to give it the attributes I desire. Hope this makes sense and thanks for your reply.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054332</link>
			<pubDate>Mon, 29 Oct 2012 16:12:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1054332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On the front page of the blog using the Motion theme you will see this:</p>
<blockquote><p>Hey there! Thanks for dropping by _____________ Take a look around and grab the RSS feed to stay updated. See you around!</p></blockquote>
<p>For the Motion theme, that text is shown when there's no widget defined for the "Header" area, on the Appearance &#62; Widgets page on your dashboard. If you drag and drop a text widget there, the text will be replaced by that widget's contents.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054325</link>
			<pubDate>Mon, 29 Oct 2012 16:00:39 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1054325@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there,<br />
1. Taglines can be changed at any time here &#62; Settings &#62; General<br />
I think you may want to consult this too <a href="http://wpbtips.wordpress.com/2010/02/11/custom-header-image-in-motion/">Custom header image in Motion</a></p>
<p>2. I'm sorry but I don't know what you mean by unique coding.</p>
<p>3. I don't help with CSS editing . I assume you have purchased the custom design upgrade and have flagged this thread so it gets moved to the CSS forum where you can get the help you need with CSS editing.
</p>
]]></description>
					</item>
		<item>
			<title>jackstr952 on "Editing Tagline in Motion Theme"</title>
			<link>http://en.forums.wordpress.com/topic/editing-tagline-in-motion-theme#post-1054321</link>
			<pubDate>Mon, 29 Oct 2012 15:54:30 +0000</pubDate>
			<dc:creator>jackstr952</dc:creator>
			<guid isPermaLink="false">1054321@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've searched and searched and experimented trying to edit the tagline in my blog but read that WordPress is themespecific. Question #1 - how to I reference the tagline in the Motion theme to make changes? Question #2 - is there somewhere out there I can get these unique codings to keep from asking hundreds of questions on the forum?<br />
Question #3 - how do I insert a blank line using the CSS editor?
</p>
]]></description>
					</item>
		<item>
			<title>mishkaop on "Message on blog home page"</title>
			<link>http://en.forums.wordpress.com/topic/message-on-blog-home-page#post-990867</link>
			<pubDate>Tue, 28 Aug 2012 23:40:14 +0000</pubDate>
			<dc:creator>mishkaop</dc:creator>
			<guid isPermaLink="false">990867@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank  you for your help. I followed  your directions and it got rid of that weird message but what is strange is that I have never added any kind of image element to the header. The template is pretty basic and I always just used the default header.</p>
<p>Now that I removed the image element from the header, I get this strange message and can't seem to see any way to remove it. <em>"Hey there! Thanks for dropping by A Silent Secretary! Take a look around and grab the RSS feed to stay updated. See you around!"</em> Any help is greatly appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>pcrumm on "Message on blog home page"</title>
			<link>http://en.forums.wordpress.com/topic/message-on-blog-home-page#post-990170</link>
			<pubDate>Tue, 28 Aug 2012 16:24:34 +0000</pubDate>
			<dc:creator>pcrumm</dc:creator>
			<guid isPermaLink="false">990170@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You currently have an un-configured header image widget setup. To configure or remove it, head to your <a href="https://asilentsecretary.wordpress.com/wp-admin/widgets.php">widgets page</a> in your dashboard (via Appearance -&#62; Widgets), then scroll to the bottom of the right-hand sidebar.</p>
<p>Next, click "Header" to expand the widget list. You'll notice a single Image widget--from here, you can configure the widget, or remove it entirely.
</p>
]]></description>
					</item>
		<item>
			<title>mishkaop on "Message on blog home page"</title>
			<link>http://en.forums.wordpress.com/topic/message-on-blog-home-page#post-989780</link>
			<pubDate>Tue, 28 Aug 2012 05:22:07 +0000</pubDate>
			<dc:creator>mishkaop</dc:creator>
			<guid isPermaLink="false">989780@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I visit my blog page while logged in, I get a message across the top stating "Please configure the Image widget in your widget settings." with the words widget settings as a link to the layout of my blog. I can't see anything wrong with the widget while on the blog main page or when I go into the widget itself from the layout. I have tried resaving the widget but that doesn't make the message go away. I am not sure why the message is there and I realize that no one else can see it, but I don't want to see it either. If it is there just as a helpful reminder of how to edit my image widget, I would like to close it as I already know this information. Thanks for any info you can provide.<br />
Blog url: <a href='http://asilentsecretary.wordpress.com/'>http://asilentsecretary.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>andper on "Load More Posts - does not display images.. only text"</title>
			<link>http://en.forums.wordpress.com/topic/load-more-posts-does-not-display-images-only-text#post-987100</link>
			<pubDate>Fri, 24 Aug 2012 19:55:36 +0000</pubDate>
			<dc:creator>andper</dc:creator>
			<guid isPermaLink="false">987100@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks to whoever resolved this issue! :)
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "getting started questions, minor bumps in getting this blog off the ground."</title>
			<link>http://en.forums.wordpress.com/topic/getting-started-questions-minor-bumps-in-getting-this-blog-off-the-ground#post-976016</link>
			<pubDate>Tue, 14 Aug 2012 01:59:50 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">976016@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The short answer is, you can't. Not without the CSS upgrade. You can change the colour of the body copy of posts, but not the Tagline or Titles as far as I'm aware, unless that's one of the themes that has this under Theme Options.
</p>
]]></description>
					</item>
		<item>
			<title>embellishantiques on "getting started questions, minor bumps in getting this blog off the ground."</title>
			<link>http://en.forums.wordpress.com/topic/getting-started-questions-minor-bumps-in-getting-this-blog-off-the-ground#post-975988</link>
			<pubDate>Tue, 14 Aug 2012 01:31:58 +0000</pubDate>
			<dc:creator>embellishantiques</dc:creator>
			<guid isPermaLink="false">975988@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I forgot to add that I am working with the Oxygen theme and I have searched the forum and I have not been able to find an answer. Thanks again
</p>
]]></description>
					</item>
		<item>
			<title>embellishantiques on "getting started questions, minor bumps in getting this blog off the ground."</title>
			<link>http://en.forums.wordpress.com/topic/getting-started-questions-minor-bumps-in-getting-this-blog-off-the-ground#post-975985</link>
			<pubDate>Tue, 14 Aug 2012 01:25:30 +0000</pubDate>
			<dc:creator>embellishantiques</dc:creator>
			<guid isPermaLink="false">975985@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to change the color of my tagline without css, I have not purchased the upgrade so I am trying to do this without spending the extra money. Does anyone how I can accomplish this? Thank you!
</p>
]]></description>
					</item>

	</channel>
</rss>
