<?xml version="1.0" encoding="UTF-8"?><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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Introduction to Custom CSS in Thesis</title>
	<atom:link href="http://www.artofblog.com/introduction-to-custom-css/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.artofblog.com/introduction-to-custom-css/</link>
	<description>The Art of How to Start and Run a Blog</description>
	<lastBuildDate>Fri, 30 Jul 2010 22:32:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-16026</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Wed, 21 Jul 2010 01:48:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-16026</guid>
		<description>The main reason it is not optimal is that the sidebar html remains in your markup.  The CSS just hides it visually.  Ideally you would remove it from the markup.

As for recommending another way...well sometimes you just have to get your hands dirty and learn the PHP.  Here&#039;s a good place to start:

http://gregrickaby.com/2010/01/how-to-create-a-custom-page-template.html</description>
		<content:encoded><![CDATA[<p>The main reason it is not optimal is that the sidebar html remains in your markup.  The CSS just hides it visually.  Ideally you would remove it from the markup.</p>
<p>As for recommending another way&#8230;well sometimes you just have to get your hands dirty and learn the PHP.  Here&#8217;s a good place to start:</p>
<p><a href="http://gregrickaby.com/2010/01/how-to-create-a-custom-page-template.html" rel="nofollow">http://gregrickaby.com/2010/01/how-to-create-a-custom-page-template.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-16016</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Jul 2010 21:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-16016</guid>
		<description>Adam

Firstly thanks mate appreciate it. This is one a a very small number of thesis sites that I have book marked -- I come back to this site again and again, thank you for all your hard work.

Secondly I am using a skin from thesis themes and therefore have no idea on how to adjust the function php and do it that way i.e. by creating a custom page template -- because the skin uses a custom page template for a &quot;portfolio style&quot; page.

That being said would you recommend another way -- and why would removing the sidebars via css NOT be optimal ?

Appreciate your help</description>
		<content:encoded><![CDATA[<p>Adam</p>
<p>Firstly thanks mate appreciate it. This is one a a very small number of thesis sites that I have book marked &#8212; I come back to this site again and again, thank you for all your hard work.</p>
<p>Secondly I am using a skin from thesis themes and therefore have no idea on how to adjust the function php and do it that way i.e. by creating a custom page template &#8212; because the skin uses a custom page template for a &#8220;portfolio style&#8221; page.</p>
<p>That being said would you recommend another way &#8212; and why would removing the sidebars via css NOT be optimal ?</p>
<p>Appreciate your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-15996</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Tue, 20 Jul 2010 11:29:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-15996</guid>
		<description>Not sure that using CSS to hide sidebars on certain posts is optimal, but here ya go:

&lt;code&gt;.custom .sidebar { display: hidden; }&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Not sure that using CSS to hide sidebars on certain posts is optimal, but here ya go:</p>
<p><code>.custom .sidebar { display: hidden; }</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-15990</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Jul 2010 05:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-15990</guid>
		<description>Is there a way to remove the sidebars on a specific post with a css command ?

Appreciate you help</description>
		<content:encoded><![CDATA[<p>Is there a way to remove the sidebars on a specific post with a css command ?</p>
<p>Appreciate you help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-15988</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Tue, 20 Jul 2010 05:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-15988</guid>
		<description>Can you tell me if it is possible to remove a sidebar on a specific post if I create a css command for that particular post ?

and if so how and what would be the css command that I would be looking for 

Thanks for your help</description>
		<content:encoded><![CDATA[<p>Can you tell me if it is possible to remove a sidebar on a specific post if I create a css command for that particular post ?</p>
<p>and if so how and what would be the css command that I would be looking for </p>
<p>Thanks for your help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Use Thesis Custom Body Classes</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-12955</link>
		<dc:creator>How to Use Thesis Custom Body Classes</dc:creator>
		<pubDate>Wed, 02 Jun 2010 16:47:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-12955</guid>
		<description>[...] To get started, the body tag contains all of the html that displays as your website&#8217;s content. Assuming you&#8217;ve opted to use the &#8220;Custom Stylesheet&#8221; in the Thesis site options panel, Thesis automatically adds a &#8220;custom&#8221; class to your body tag site-wide. This is why you add .custom to the beginning of each line of css code you use in custom.css. [...]</description>
		<content:encoded><![CDATA[<p>[...] To get started, the body tag contains all of the html that displays as your website&#8217;s content. Assuming you&#8217;ve opted to use the &#8220;Custom Stylesheet&#8221; in the Thesis site options panel, Thesis automatically adds a &#8220;custom&#8221; class to your body tag site-wide. This is why you add .custom to the beginning of each line of css code you use in custom.css. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Ultimate Quickstart Guide to Thesis Theme</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-12422</link>
		<dc:creator>The Ultimate Quickstart Guide to Thesis Theme</dc:creator>
		<pubDate>Mon, 24 May 2010 23:25:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-12422</guid>
		<description>[...] Introduction to Custom CSS in Thesis [...]</description>
		<content:encoded><![CDATA[<p>[...] Introduction to Custom CSS in Thesis [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Page</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-8158</link>
		<dc:creator>Russell Page</dc:creator>
		<pubDate>Tue, 23 Mar 2010 22:48:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-8158</guid>
		<description>Appreciate the comments. When one buys an expensive book, it approaches the topics clearly for the approach they are using. You throw a different approach as in the case of Thesis -- it becomes a different animal, i.e. the element of setting up external style sheets as explained in the book has to be rethought into another vehicle; then you find that PHP enters, and there&#039;s more pieces to add to the puzzle. Even simple terms like &quot;hooks&quot; become: “what is that and how does that apply to what I spent hours upon hours of studying?” This reminds me of being thrown into the beginnings of desktop publishing back in the late 80&#039;s when Mac and the software was beginning. The employer knew it was the up and coming method of operation, but with very little training and hardly any guidance it was: “here are the tools (which you have never seen before); now just do the work . . . perfectly.” Amazingly somehow we did. Now the printing industry has again changed and jobs were eliminated. Now it is time to take the experience and remake oneself so economically one can survive, and I find myself back at the beginning saying: &quot;I understand the principles and how the codes work, but the pieces are not so easy to combine; however, do the work . . . perfectly. Lol, I&#039;ve been here many years ago -- and we&#039;ve progressed how?</description>
		<content:encoded><![CDATA[<p>Appreciate the comments. When one buys an expensive book, it approaches the topics clearly for the approach they are using. You throw a different approach as in the case of Thesis &#8212; it becomes a different animal, i.e. the element of setting up external style sheets as explained in the book has to be rethought into another vehicle; then you find that PHP enters, and there&#8217;s more pieces to add to the puzzle. Even simple terms like &#8220;hooks&#8221; become: “what is that and how does that apply to what I spent hours upon hours of studying?” This reminds me of being thrown into the beginnings of desktop publishing back in the late 80&#8217;s when Mac and the software was beginning. The employer knew it was the up and coming method of operation, but with very little training and hardly any guidance it was: “here are the tools (which you have never seen before); now just do the work . . . perfectly.” Amazingly somehow we did. Now the printing industry has again changed and jobs were eliminated. Now it is time to take the experience and remake oneself so economically one can survive, and I find myself back at the beginning saying: &#8220;I understand the principles and how the codes work, but the pieces are not so easy to combine; however, do the work . . . perfectly. Lol, I&#8217;ve been here many years ago &#8212; and we&#8217;ve progressed how?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russell Page</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-8156</link>
		<dc:creator>Russell Page</dc:creator>
		<pubDate>Tue, 23 Mar 2010 22:32:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-8156</guid>
		<description>Thank you sir for your advise, which is most  appreciated . . . seems there could be a book or outline that would give an overview of all the coding and what specific coding does; furthermore, a source that would provide a guidance or tutorial on where to start and the path or choice of study that would be a logical course to put all these puzzles together. It&#039;s amazing how just phrasing a search can take you down a path of complete help, confusion or nothing at all. There are many out there who know how to do -- but their ability to communicate is so poor as to leave too big of gaps in their presuming someone even understands their terminology or explanation thereof . . . amazing! In short, some help is no help at all. I do appreciate your time and patience. Combine that with clarity without talking down and you become a genuine teacher.    :-)</description>
		<content:encoded><![CDATA[<p>Thank you sir for your advise, which is most  appreciated . . . seems there could be a book or outline that would give an overview of all the coding and what specific coding does; furthermore, a source that would provide a guidance or tutorial on where to start and the path or choice of study that would be a logical course to put all these puzzles together. It&#8217;s amazing how just phrasing a search can take you down a path of complete help, confusion or nothing at all. There are many out there who know how to do &#8212; but their ability to communicate is so poor as to leave too big of gaps in their presuming someone even understands their terminology or explanation thereof . . . amazing! In short, some help is no help at all. I do appreciate your time and patience. Combine that with clarity without talking down and you become a genuine teacher.    :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Baird</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-8140</link>
		<dc:creator>Adam Baird</dc:creator>
		<pubDate>Tue, 23 Mar 2010 17:02:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-8140</guid>
		<description>Nick is spot on here.  Thesis works just like any other theme with regard to css.  It has two style sheets that dictate style.  They are style.css and layout.css.  custom.css is designed to overwrite those styles.  That way, you can change whatever you want via custom.css and leave the rest to the default style sheets.  Hope that makes sense.

Also, def check out the hooks article.</description>
		<content:encoded><![CDATA[<p>Nick is spot on here.  Thesis works just like any other theme with regard to css.  It has two style sheets that dictate style.  They are style.css and layout.css.  custom.css is designed to overwrite those styles.  That way, you can change whatever you want via custom.css and leave the rest to the default style sheets.  Hope that makes sense.</p>
<p>Also, def check out the hooks article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Reese</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-8137</link>
		<dc:creator>Nick Reese</dc:creator>
		<pubDate>Tue, 23 Mar 2010 16:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-8137</guid>
		<description>Russ, I totally understand your frustration. I was in your shoes when I first opened Thesis too.

Definitely check out this post on Thesis Custom Hooks
http://www.artofblog.com/thesis-introduction-to-hooks/

With a TINY bit of PHP you can insert whatever xhtml you want anywhere you can think of using thesis. The above tutorial does a great job explaining it.

Basically you will use the PHP to just wrap your html. I would say with your bit of experience you will be up and rolling in NO TIME!</description>
		<content:encoded><![CDATA[<p>Russ, I totally understand your frustration. I was in your shoes when I first opened Thesis too.</p>
<p>Definitely check out this post on Thesis Custom Hooks<br />
<a href="http://www.artofblog.com/thesis-introduction-to-hooks/" rel="nofollow">http://www.artofblog.com/thesis-introduction-to-hooks/</a></p>
<p>With a TINY bit of PHP you can insert whatever xhtml you want anywhere you can think of using thesis. The above tutorial does a great job explaining it.</p>
<p>Basically you will use the PHP to just wrap your html. I would say with your bit of experience you will be up and rolling in NO TIME!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Page</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-8118</link>
		<dc:creator>Russ Page</dc:creator>
		<pubDate>Tue, 23 Mar 2010 07:04:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-8118</guid>
		<description>I am a beginner and have been doing a crash course in web design since I have been out of work for over two years. I have been studying XHTML, HTML, CSS and Java Script so that I would have more of an idea on how the websites are controlled. 

Using Thesis -- how do I influence HTML; only by custom.css? What about using external style sheets? I may be under misunderstanding, but there is so much I see in using XHTML and HTML along with CSS in placing everything on the page; I don&#039;t see that even with all the Thesis design controls. I thought understanding code would give me a better control and appreciation of designing a website; however, it has only confused me in regards to the shortcut ability of using Thesis -- it seems that rather than extending my options; Thesis seems to be limiting. Please excuse me for my ignorance, but I don&#039;t see how to coordinate all these options and getting what I desire in page layout by using Thesis. The only other editing I see for which I have very little experience is PhP. The more the options--the more the confusion. I&#039;d appreciate any clarification you may give.  Thank you.</description>
		<content:encoded><![CDATA[<p>I am a beginner and have been doing a crash course in web design since I have been out of work for over two years. I have been studying XHTML, HTML, CSS and Java Script so that I would have more of an idea on how the websites are controlled. </p>
<p>Using Thesis &#8212; how do I influence HTML; only by custom.css? What about using external style sheets? I may be under misunderstanding, but there is so much I see in using XHTML and HTML along with CSS in placing everything on the page; I don&#8217;t see that even with all the Thesis design controls. I thought understanding code would give me a better control and appreciation of designing a website; however, it has only confused me in regards to the shortcut ability of using Thesis &#8212; it seems that rather than extending my options; Thesis seems to be limiting. Please excuse me for my ignorance, but I don&#8217;t see how to coordinate all these options and getting what I desire in page layout by using Thesis. The only other editing I see for which I have very little experience is PhP. The more the options&#8211;the more the confusion. I&#8217;d appreciate any clarification you may give.  Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Reese</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-7399</link>
		<dc:creator>Nick Reese</dc:creator>
		<pubDate>Thu, 11 Mar 2010 18:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-7399</guid>
		<description>Correct, #2361A1</description>
		<content:encoded><![CDATA[<p>Correct, #2361A1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WW</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-7379</link>
		<dc:creator>WW</dc:creator>
		<pubDate>Thu, 11 Mar 2010 11:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-7379</guid>
		<description>How to match adsense to the default Thesis links, what is the color that Thesis uses for default?

#2361a1 ?</description>
		<content:encoded><![CDATA[<p>How to match adsense to the default Thesis links, what is the color that Thesis uses for default?</p>
<p>#2361a1 ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Top 25 Thesis Tutorials for Newbies</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-6412</link>
		<dc:creator>Top 25 Thesis Tutorials for Newbies</dc:creator>
		<pubDate>Thu, 25 Feb 2010 17:19:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-6412</guid>
		<description>[...] Introduction to Custom CSS in Thesis &#8211; This is another Tutorial you can find here on Art of Blog. It takes you through the basics of CSS, using custom CSS in Thesis, and offers a couple of very simple example tutorials. [...]</description>
		<content:encoded><![CDATA[<p>[...] Introduction to Custom CSS in Thesis &#8211; This is another Tutorial you can find here on Art of Blog. It takes you through the basics of CSS, using custom CSS in Thesis, and offers a couple of very simple example tutorials. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suhasini</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-6088</link>
		<dc:creator>Suhasini</dc:creator>
		<pubDate>Sat, 20 Feb 2010 09:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-6088</guid>
		<description>Good information covered on css. I feel now I will not be having problems in editing css.</description>
		<content:encoded><![CDATA[<p>Good information covered on css. I feel now I will not be having problems in editing css.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pop art</title>
		<link>http://www.artofblog.com/introduction-to-custom-css/#comment-5683</link>
		<dc:creator>pop art</dc:creator>
		<pubDate>Fri, 12 Feb 2010 13:49:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.artofblog.com/?p=1349#comment-5683</guid>
		<description>Very useful information, continue on creativity. Since I masig lay about CSS, please explain a little about CSS?</description>
		<content:encoded><![CDATA[<p>Very useful information, continue on creativity. Since I masig lay about CSS, please explain a little about CSS?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
