<?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: ccs - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/ccs</link>
		<description>WordPress.com Forums &#187; Tag: ccs - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 13:33:04 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/ccs" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "How can I copy the whole original stylesheet into the CSS Editor"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-copy-the-whole-original-stylesheet-into-the-css-editor#post-1110083</link>
			<pubDate>Wed, 02 Jan 2013 14:40:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1110083@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Do you happen to know why once you save any changes in the CSS editor the table renders itself uneditable? </p></blockquote>
<p>Adding CSS shouldn't make a table uneditable. Can you link to a specific example or describe your steps so I can try testing the same thing?
</p>
]]></description>
					</item>
		<item>
			<title>antinoo1 on "How can I copy the whole original stylesheet into the CSS Editor"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-copy-the-whole-original-stylesheet-into-the-css-editor#post-1106193</link>
			<pubDate>Fri, 28 Dec 2012 22:24:25 +0000</pubDate>
			<dc:creator>antinoo1</dc:creator>
			<guid isPermaLink="false">1106193@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Timethief.</p>
<p>Do you happen to know why once you save any changes in the CSS editor the table renders itself uneditable?
</p>
]]></description>
					</item>
		<item>
			<title>antinoo1 on "How can I copy the whole original stylesheet into the CSS Editor"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-copy-the-whole-original-stylesheet-into-the-css-editor#post-1105902</link>
			<pubDate>Fri, 28 Dec 2012 17:57:19 +0000</pubDate>
			<dc:creator>antinoo1</dc:creator>
			<guid isPermaLink="false">1105902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks Timethief.</p>
<p>I am trying to add some twigs to the page but so far I have just succeeded with one change.<br />
p { text-align: justify; }<br />
The rest of my changes, which are mainly related to the width of the post and other things are not working. So I just wanted to have a look at the original to modify just dimensions and the like.</p>
<p>I am using all the tutorials recommended
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How can I copy the whole original stylesheet into the CSS Editor"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-copy-the-whole-original-stylesheet-into-the-css-editor#post-1105897</link>
			<pubDate>Fri, 28 Dec 2012 17:53:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1105897@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Don't do that.  When you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing.  <a href="https://wpcom-themes.svn.automattic.com/twentyeleven/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/twentyeleven/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>antinoo1 on "How can I copy the whole original stylesheet into the CSS Editor"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-copy-the-whole-original-stylesheet-into-the-css-editor#post-1105893</link>
			<pubDate>Fri, 28 Dec 2012 17:51:16 +0000</pubDate>
			<dc:creator>antinoo1</dc:creator>
			<guid isPermaLink="false">1105893@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi.</p>
<p>Can anyone tell me where to find the whole copy of the stylesheet to make some customization?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Need wider main column for images in Grisaille Them"</title>
			<link>http://en.forums.wordpress.com/topic/need-wider-main-column-for-images-in-grisaille-them#post-1102829</link>
			<pubDate>Mon, 24 Dec 2012 18:56:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1102829@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here is an example of code that will expand the main column in the Grisaille theme by 200 pixels:</p>
<pre><code>#primary-content {
    width: 825px;
}
.home-post {
    width: 805px;
}
#header &gt; a,
#top-menu,
#canvas {
	display: block;
	width: 1160px;
}
#header &gt; a img {
	display: none;
}
#header &gt; a {
	text-align: center;
	background: url(&#039;http://nikkoazan.files.wordpress.com/2012/10/header1.jpg&#039;) repeat-x;
	height: 200px;
}</code></pre>
<p>You can add it on the Appearance &#8594; Custom Design &#8594; CSS page, and you should also increase the "Content Width" setting on the right by 200 pixels as well (so change it to 790).</p>
<p>Note that the images may not adjust automatically and you may need to re-insert some of the past images to get them to show at the larger size. Whether or not you need to do this will depend on what settings were used at the time each image was inserted. I think they should expand automatically if you had inserted the images at "full size" when you created the existing posts, but you would need to save the changes to test it out.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Link to Template CCS Stylesheet Missing"</title>
			<link>http://en.forums.wordpress.com/topic/link-to-template-ccs-stylesheet-missing#post-1097576</link>
			<pubDate>Mon, 17 Dec 2012 21:21:07 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1097576@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cool update. Thanks for sharing.
</p>
]]></description>
					</item>
		<item>
			<title>urbanbandit on "Link to Template CCS Stylesheet Missing"</title>
			<link>http://en.forums.wordpress.com/topic/link-to-template-ccs-stylesheet-missing#post-1097573</link>
			<pubDate>Mon, 17 Dec 2012 21:20:05 +0000</pubDate>
			<dc:creator>urbanbandit</dc:creator>
			<guid isPermaLink="false">1097573@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi - I  just found the link.<br />
It's under Publish (right side), Mode: Add-on and it says "Replace theme's CSS" - you can click on "theme's CSS" and it's there.
</p>
]]></description>
					</item>
		<item>
			<title>urbanbandit on "Link to Template CCS Stylesheet Missing"</title>
			<link>http://en.forums.wordpress.com/topic/link-to-template-ccs-stylesheet-missing#post-1097559</link>
			<pubDate>Mon, 17 Dec 2012 21:09:06 +0000</pubDate>
			<dc:creator>urbanbandit</dc:creator>
			<guid isPermaLink="false">1097559@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there, </p>
<p>There used to be a link in the CCS editor that displayed the CCS style sheet for the template (I'm using Sight and Academia). That link seems to have disappeared with the recent new design. </p>
<p>Others are also having the same problem and it hasn't been resolved. <a href="http://en.forums.wordpress.com/topic/view-your-css-stylesheet-missing?replies=6" rel="nofollow">http://en.forums.wordpress.com/topic/view-your-css-stylesheet-missing?replies=6</a> </p>
<p>I've managed to figure out that you can see the stylesheets by using the URL below and inserting the name of your template but it'd be great to have the link to these sheets on the CCS editor page as it's an extremely useful reference.<br />
<a href="https://wpcom-themes.svn.automattic.com/TEMPLATE" rel="nofollow">https://wpcom-themes.svn.automattic.com/TEMPLATE</a> NAME HERE/style.css</p>
<p>The sites I have are: <a href="http://www.urbanbandit.wordpress.com" rel="nofollow">http://www.urbanbandit.wordpress.com</a> and <a href="http://www.zerowastecanada.wordpress.com" rel="nofollow">http://www.zerowastecanada.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving widgets on balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/moving-widgets-on-balloon-theme#post-1091818</link>
			<pubDate>Tue, 11 Dec 2012 00:20:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091818@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked your blog and I found that you were able to move the sidebar to the right in the Balloons theme using the following CSS:</p>
<pre><code>#wrapper {
	overflow: hidden;
	width:850px
}
#container {
	float: left;
	margin:0;
	padding:0;
	overflow:hidden;
	width:600px
}
#primary {
	clear: none;
	float:left;
	padding:0 10px;
	width:550px
}
.widget {
	display: inline-block;
	margin:0 0 1.5em;
	width:90%;
}
.widget img {
	max-width: 100%;
	height:auto;
}</code></pre>
<p>Nice work!
</p>
]]></description>
					</item>
		<item>
			<title>nikkoazan on "Need wider main column for images in Grisaille Them"</title>
			<link>http://en.forums.wordpress.com/topic/need-wider-main-column-for-images-in-grisaille-them#post-1082332</link>
			<pubDate>Fri, 30 Nov 2012 15:03:14 +0000</pubDate>
			<dc:creator>nikkoazan</dc:creator>
			<guid isPermaLink="false">1082332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks for the reply. can you help me with what the code is supposed to be? Id like the width to be 800px.</p>
<p>Thank you :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Need wider main column for images in Grisaille Them"</title>
			<link>http://en.forums.wordpress.com/topic/need-wider-main-column-for-images-in-grisaille-them#post-1081919</link>
			<pubDate>Fri, 30 Nov 2012 00:27:39 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1081919@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yep, you can use the limit width setting on the Appearance &#8594; Custom Design &#8594; CSS page to set the default, and you can also add custom CSS to adjust it manually after that if needed. Note that you don't need to purchase the upgrade to experiment—you can always make temporary adjustments and preview them any time using the Preview button on your Appearance &#8594; Custom Design &#8594; CSS page.
</p>
]]></description>
					</item>
		<item>
			<title>slankesilje on "Moving widgets on balloon theme"</title>
			<link>http://en.forums.wordpress.com/topic/moving-widgets-on-balloon-theme#post-1072529</link>
			<pubDate>Mon, 19 Nov 2012 21:50:21 +0000</pubDate>
			<dc:creator>slankesilje</dc:creator>
			<guid isPermaLink="false">1072529@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi. First of all, sorry for my bad english. </p>
<p>Okay, so I got a problem. I am totally new to this, and as you can see on my blog, my widgets is placed at the bottom of the page. I really need help on how to place them at the left of the page instead. Can someone help me? "step-by-step" would be the easiest. </p>
<p>thanks!
</p>
]]></description>
					</item>
		<item>
			<title>nikkoazan on "Need wider main column for images in Grisaille Them"</title>
			<link>http://en.forums.wordpress.com/topic/need-wider-main-column-for-images-in-grisaille-them#post-1057356</link>
			<pubDate>Thu, 01 Nov 2012 17:31:41 +0000</pubDate>
			<dc:creator>nikkoazan</dc:creator>
			<guid isPermaLink="false">1057356@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I am currently using the Grisaille them and really like it.</p>
<p>The only thing I do not like is the 590px width for images in the main column. Can this be changed with CCS?</p>
<p>I do not want to spend the $30 upgrade fee only to find out I cannot.</p>
<p>Thanks for your help!
</p>
]]></description>
					</item>
		<item>
			<title>kellyglover on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1053988</link>
			<pubDate>Mon, 29 Oct 2012 04:21:09 +0000</pubDate>
			<dc:creator>kellyglover</dc:creator>
			<guid isPermaLink="false">1053988@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also the coloured dotted line underneath the top menu is missing and i'd like it there. </p>
<p>Any help on getting this back would be great! Thanks
</p>
]]></description>
					</item>
		<item>
			<title>kellyglover on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1052698</link>
			<pubDate>Sat, 27 Oct 2012 07:45:13 +0000</pubDate>
			<dc:creator>kellyglover</dc:creator>
			<guid isPermaLink="false">1052698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You gals seem on top of it! My background image is uploaded but hidden under grey colour. When I click on a page it flashes for a second then the grey comes up. </p>
<p>Any ideas how to make it visivble? <a href="http://www.bigcurvylove.com" rel="nofollow">http://www.bigcurvylove.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1039289</link>
			<pubDate>Sat, 13 Oct 2012 17:25:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039289@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Do you know any way of replacing that banner with a different image?</p></blockquote>
<p>Sure. First, create the image you'd like to use instead, <a href="http://en.support.wordpress.com/media/media-add-new/">upload it to your media library</a>, and copy the image link.</p>
<p>Here is the original border image from the Luscious theme for reference:<br />
<a href="http://s1.wp.com/wp-content/themes/premium/luscious/images/border.png" rel="nofollow">http://s1.wp.com/wp-content/themes/premium/luscious/images/border.png</a></p>
<p>To figure out what CSS to use,  I looked for any references to border.png in the original theme stylesheet:<br />
<a href="https://s1.wp.com/wp-content/themes/premium/luscious/style.css?m=1344957909g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/premium/luscious/style.css?m=1344957909g&#038;minify=false</a></p>
<p>I actually found two more selectors that I could have included before.</p>
<p>To replace the image, replace the url() values with the new border image you uploaded to your media library and add the it to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>#wrap,
#subnav {
	background: url(&quot;http://s1.wp.com/wp-content/themes/premium/luscious/images/border.png&quot;) repeat-x;
}

#comments h3,
.widget-area h4 {
	background: url(&quot;http://s1.wp.com/wp-content/themes/premium/luscious/images/border.png&quot;) bottom repeat-x;
}

#footer {
	background: url(&quot;http://s1.wp.com/wp-content/themes/premium/luscious/images/border.png&quot;) top repeat-x;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bethalexander07 on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1039264</link>
			<pubDate>Sat, 13 Oct 2012 17:06:03 +0000</pubDate>
			<dc:creator>bethalexander07</dc:creator>
			<guid isPermaLink="false">1039264@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One more question. Do you know any way of replacing that banner with a different image? The blog looks so much better without it than those colors, but I think that a banner in general would make it look more organized?</p>
<p>Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>bethalexander07 on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1039248</link>
			<pubDate>Sat, 13 Oct 2012 16:52:25 +0000</pubDate>
			<dc:creator>bethalexander07</dc:creator>
			<guid isPermaLink="false">1039248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you thank you thank you!!!!!!!!!! It worked like a charm as was super easy. I appreciate your support, time and energy, Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1039031</link>
			<pubDate>Sat, 13 Oct 2012 12:29:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1039031@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>In your custom CSS, you should remove this rule because there is a mistake in the CSS and the image referenced is a broken link:</p>
<pre><code>#subnav {
	background-image:urlhttp://bethalexanderfitness.com/files/2012/10/picture-11.png);
}</code></pre>
<p>Then add this to remove the red and orange accents from the top of the site, the subnavigation, and the widget headings:</p>
<pre><code>#wrap,
#subnav,
.widget-area h4 {
	background: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bethalexander07 on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1036461</link>
			<pubDate>Wed, 10 Oct 2012 17:49:27 +0000</pubDate>
			<dc:creator>bethalexander07</dc:creator>
			<guid isPermaLink="false">1036461@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry! The blog I need help with is bethalexanderfitness.com
</p>
]]></description>
					</item>
		<item>
			<title>bethalexander07 on "Luscious Theme Border Image"</title>
			<link>http://en.forums.wordpress.com/topic/luscious-theme-border-image#post-1036460</link>
			<pubDate>Wed, 10 Oct 2012 17:49:05 +0000</pubDate>
			<dc:creator>bethalexander07</dc:creator>
			<guid isPermaLink="false">1036460@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I need help removing the luscious theme border image. It totally does not go with the color scheme on my site (it is pink/brown/yellow and my site is turquoise, and grayscale). </p>
<p>I read on a forum that you can edit it in ccs by entering this with the url for my image: </p>
<p>#subnav {<br />
background-image:urlhttp://bethalexanderfitness.wordpress.com/files/2012/10/picture-11.png);<br />
}</p>
<p>however, it is not working. Any insights would be greatly appreciated! The pink/brown/yellow needs to go :)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Link Hover Colour"</title>
			<link>http://en.forums.wordpress.com/topic/link-hover-colour#post-836615</link>
			<pubDate>Fri, 09 Mar 2012 20:45:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">836615@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Great news! Rock on! :)
</p>
]]></description>
					</item>
		<item>
			<title>spacemayn on "Link Hover Colour"</title>
			<link>http://en.forums.wordpress.com/topic/link-hover-colour#post-836576</link>
			<pubDate>Fri, 09 Mar 2012 20:01:47 +0000</pubDate>
			<dc:creator>spacemayn</dc:creator>
			<guid isPermaLink="false">836576@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Resolved because I managed to fix it myself and feel very accomplished haha.
</p>
]]></description>
					</item>
		<item>
			<title>spacemayn on "Link Hover Colour"</title>
			<link>http://en.forums.wordpress.com/topic/link-hover-colour#post-836535</link>
			<pubDate>Fri, 09 Mar 2012 19:24:17 +0000</pubDate>
			<dc:creator>spacemayn</dc:creator>
			<guid isPermaLink="false">836535@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>managed to create desired effect using below code pasted from tumblr:</p>
<p>a:hover {<br />
        background: #FFFF33;<br />
	text-decoration: none;<br />
}</p>
<p>However, I am having trouble locating the various link font colours on the theme to change a neutral black or grey. What type of coding would I look for to locate, for example, the red font colour when hovering over the date and 'Leave a Comment' links on my blog?</p>
<p>Any help appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>spacemayn on "Link Hover Colour"</title>
			<link>http://en.forums.wordpress.com/topic/link-hover-colour#post-836503</link>
			<pubDate>Fri, 09 Mar 2012 18:49:22 +0000</pubDate>
			<dc:creator>spacemayn</dc:creator>
			<guid isPermaLink="false">836503@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah I can clarify using the example of the following page:</p>
<p><a href="http://wordpress.com/#!/fresh/" rel="nofollow">http://wordpress.com/#!/fresh/</a></p>
<p>The same effect when hovering over such links but a brighter yellow similar to the tumblr blog linked above. Thank you.
</p>
]]></description>
					</item>
		<item>
			<title>spacemayn on "Link Hover Colour"</title>
			<link>http://en.forums.wordpress.com/topic/link-hover-colour#post-836501</link>
			<pubDate>Fri, 09 Mar 2012 18:46:26 +0000</pubDate>
			<dc:creator>spacemayn</dc:creator>
			<guid isPermaLink="false">836501@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>Thanks for reading and for any help in advance.</p>
<p>I would like to alter the default link hover colour on my theme first and foremost. </p>
<p>Please refer to the link colours on my tumblr: <a href="http://lesangfroid.tumblr.com/" rel="nofollow">http://lesangfroid.tumblr.com/</a></p>
<p>These were made custom by a friend. I would like a similar look on my current wordpress blog but only when hovering over the link rather than a permanent yellow on all links.</p>
<p>I hope this is clear but I can elaborate.</p>
<p>Thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CCS- need help with removing a colour in Wu Wui theme"</title>
			<link>http://en.forums.wordpress.com/topic/ccs-need-help-with-removing-a-colour-in-wu-wui-theme#post-829564</link>
			<pubDate>Tue, 28 Feb 2012 20:15:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">829564@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked <a href="http://sweetmapleblog.com/" rel="nofollow">http://sweetmapleblog.com/</a> and I see that you updated all the links to the yellowish color with this CSS:</p>
<pre><code>a:link,a:visited {
color:#9C9D3B;
text-decoration:none;
}

a:hover {
color:#9C9D3B;
}</code></pre>
<p>You can also adjust the lines above the menus to the same color with this CSS:</p>
<pre><code>.menu-main a:hover {
border-color:#9C9D3B;
}

.menu-main li:hover &gt; a {
border-color:#9C9D3B;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>sweetmapleblog on "CCS- need help with removing a colour in Wu Wui theme"</title>
			<link>http://en.forums.wordpress.com/topic/ccs-need-help-with-removing-a-colour-in-wu-wui-theme#post-827326</link>
			<pubDate>Sat, 25 Feb 2012 02:54:04 +0000</pubDate>
			<dc:creator>sweetmapleblog</dc:creator>
			<guid isPermaLink="false">827326@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I need help with my blog, forgive me I am very new to this. All of the hyperlinks were orange so I changed them over to a yellowish colour (colour: #9C9D3B). However when I move my mouse over the menu at the top (home, about, favourites) I see orange still (I believe it is {color:#d1d9dc}) . I have been going to the Wu Wei CCS code for over an hour and I can't find where I would change this!!</p>
<p>Thanks in advance.</p>
<p>SM
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Want to remove space between image &amp; text widgets"</title>
			<link>http://en.forums.wordpress.com/topic/want-to-remove-space-between-image-text-widgets#post-688239</link>
			<pubDate>Sat, 03 Sep 2011 15:34:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">688239@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Cheers. :)
</p>
]]></description>
					</item>

	</channel>
</rss>
