<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.7" -->
<rss version="0.92">
<channel>
	<title>Creative World Vision</title>
	<link>http://www.creativeworldvision.com</link>
	<description>Online portfolio of Annie Nguyen, Web Designer from Philadelphia, PA. .</description>
	<lastBuildDate>Sat, 06 Mar 2010 00:19:34 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to hide blog title and description in wp theme?</title>
		<description><![CDATA[- Open the css file of the theme
- Search for the subclass that is the blog title and description
- Within these Subclass parameter, type:
  display:none;
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-
- EXAMPLES:
.logo a {
  text-decoration: none;
  display:none;
  color: #eead24;  
 }
.slogan {
 font-size: 16px;
 display:none;
 /* color: white; */
  }
]]></description>
		<link>http://www.creativeworldvision.com/%page%</link>
			</item>
</channel>
</rss>
