<?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: Problems/Questions re. Wordpress Classic Theme</title>
		<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme</link>
		<description>WordPress.com Forums &#187; Topic: Problems/Questions re. Wordpress Classic Theme</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 04:15:05 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/problemsquestions-re-wordpress-classic-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811719</link>
			<pubDate>Tue, 07 Feb 2012 08:33:07 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">811719@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On the credits, they didn't give us a separate selector, so we can't add anything to the end of the theme name.</p>
<p>You could ad something before the word "theme like this:</p>
<pre><code>.credit:before {
content: &quot;I customized this &quot;;
}</code></pre>
<p>To turn comments off globally (for all subsequent content) go to settings &#62; discussion and disallow comments and trackbacks.</p>
<p>For all existing content, you will have to turn comments off manually using either the quickedit function at pages &#62; all pages and posts &#62; all posts, or you can use the bulk edit feature and do a bunch at once.</p>
<p><a href="http://en.support.wordpress.com/pages/edit-pages-screen/" rel="nofollow">http://en.support.wordpress.com/pages/edit-pages-screen/</a><br />
<a href="http://en.support.wordpress.com/posts/edit-posts-screen/" rel="nofollow">http://en.support.wordpress.com/posts/edit-posts-screen/</a>
</p>
]]></description>
					</item>
		<item>
			<title>cohn17 on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811713</link>
			<pubDate>Tue, 07 Feb 2012 08:23:13 +0000</pubDate>
			<dc:creator>cohn17</dc:creator>
			<guid isPermaLink="false">811713@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One last question: How can I remove the "Leave a Comment" link?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811699</link>
			<pubDate>Tue, 07 Feb 2012 08:07:55 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">811699@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Put the text back and then I'll take a look. In some instances yes, that can be done.
</p>
]]></description>
					</item>
		<item>
			<title>cohn17 on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811698</link>
			<pubDate>Tue, 07 Feb 2012 08:04:45 +0000</pubDate>
			<dc:creator>cohn17</dc:creator>
			<guid isPermaLink="false">811698@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@thesacredpath and @panaghiotisadam - thanks for the code.<br />
@auxclass - I didn't realize that I had to keep that in there even if I edit the CSS.  I'll put it back.  Is there a way to change the text to something like "Theme: WordPress Classic as modified by me"?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811697</link>
			<pubDate>Tue, 07 Feb 2012 08:02:30 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">811697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The table size can also be corrected in the CSS editor:<br />
<pre><code>td {
font-size: 90%;
letter-spacing: -1px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811695</link>
			<pubDate>Tue, 07 Feb 2012 07:53:01 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">811695@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The main blog page post titles are links, so you have to target the CSS for the post title links like this.</p>
<pre><code>.storytitle a {
color: #FFFFFF;
}</code></pre>
<p>The code you have catches the post title on the single-post pages and catches the background color on the main and single-post pages.</p>
<p>If you see a three digit code, it is a short code for a repeating set. Example</p>
<p>667755 could be written as 675.</p>
<p>CC0011 could be written as C01</p>
<p>For the fonts in the tables, do something like this and then you can adjust the size as you see fit.</p>
<p><code>&lt;em style=&quot;font-size: 90%;&quot;&gt;the bull is released and, after menacing the crowd, dashes off between two trucks parked on the opposite side of the circle from where we were standing.&lt;/em&gt;</code></p>
<p>or</p>
<p><code>&lt;p style=&quot;font-size: 90%;&quot;&gt;all the text here&lt;/p&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811687</link>
			<pubDate>Tue, 07 Feb 2012 07:27:05 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">811687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like you are also obscuring the footer credits - that is against the Terms of Service and can get your blog suspended.
</p>
]]></description>
					</item>
		<item>
			<title>cohn17 on "Problems/Questions re. WordPress Classic Theme"</title>
			<link>http://en.forums.wordpress.com/topic/problemsquestions-re-wordpress-classic-theme#post-811670</link>
			<pubDate>Tue, 07 Feb 2012 06:26:51 +0000</pubDate>
			<dc:creator>cohn17</dc:creator>
			<guid isPermaLink="false">811670@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am trying to change the CSS for the WordPress Classic theme in two ways:</p>
<p>First, to change the color of text for the post title (h3).  I have changed it in CSS so that each individual post title is white, like so:</p>
<p>h3 {<br />
border-bottom:dotted 1px #eee;<br />
font-family:'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;<br />
<strong>color:#ffffff;<br />
background:#2e2e2e;</strong><br />
margin-top:10px;<br />
padding:10px 5px 5px 10px;</p>
<p>But when I open the blog, and see all posts, the background is #2e2e2e, but the text color is still the green. I can't find the CSS to change that.</p>
<p>Next, I put my photos into tables that I enter as html code.  I cannot control the size of the text that I type in the tables.  I'll have a line in the table like &#60;tr&#62;&#60;td colspan="3"&#62;text&#60;/td&#62;&#60;tr&#62;, and although I've tried to put in font size tags, something in the CSS is overriding that so that the text in the tables is larger than the text in the body of the post.  What do I need to do?</p>
<p>Also, I see a lot of three character color codes in the CSS, for example:</p>
<p>a {<br />
color:#675;<br />
}</p>
<p>I've tried to find them in an HTML/CSS color code chart, but they all require six characters.</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
