<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: basic CSS question on Sentence/ any wordpress themes</title>
		<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes</link>
		<description>Support Forum - Topic: basic CSS question on Sentence/ any wordpress themes</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 19:29:54 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/basic-css-question-on-sentence-any-wordpress-themes" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "basic CSS question on Sentence/ any wordpress themes"</title>
			<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes#post-74168</link>
			<pubDate>Mon, 03 Sep 2012 14:07:54 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">74168@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey terryhoulding,&#60;/p&#62;
&#60;p&#62;Let us know if you have any other issues or questions :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terryhoulding on "basic CSS question on Sentence/ any wordpress themes"</title>
			<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes#post-73721</link>
			<pubDate>Thu, 30 Aug 2012 22:54:09 +0000</pubDate>
			<dc:creator>terryhoulding</dc:creator>
			<guid isPermaLink="false">73721@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Mya...&#60;/p&#62;
&#60;p&#62;Will try it out this weekend
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "basic CSS question on Sentence/ any wordpress themes"</title>
			<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes#post-73373</link>
			<pubDate>Wed, 29 Aug 2012 01:42:42 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">73373@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi terryhoulding,&#60;/p&#62;
&#60;p&#62;To explain, you can make CSS customizations to either the custom.css or the Quick CSS box found in Theme Options &#38;gt; Styling. We recommend you do so in custom.css simply because if something where to happen for instance you clicked the Reset to Default Settings button then you wouldn't lose your changes. Also when Kriesi updates the themes he doesn't touch custom.css so your customizations are safe from be overwritten.&#60;/p&#62;
&#60;p&#62;The custom.css does come with your theme. It's located in the theme's /css/ folder. To access, you would need to use a FTP client like FileZilla.&#60;/p&#62;
&#60;p&#62;Now to remove the &#34;You may use....&#34; paragraph all you would need to do is insert the code below into your custom.css.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;p.form-allowed-tags {
    display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;What this does is tells the browser to hide that paragraph from view.&#60;/p&#62;
&#60;p&#62;As far as the instructions, when we talk about entering code into the custom.css - really where in that file doesn't matter as long as it is in that file. It has to be in that file to override existing CSS styles. Now when making PHP edits we try to give you the original/default lines to replace or at least where in the file to look since the location does matter. Sometimes though the location depends on what you're trying to do.&#60;/p&#62;
&#60;p&#62;Hope that answers your questions. If not let us know.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terryhoulding on "basic CSS question on Sentence/ any wordpress themes"</title>
			<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes#post-73350</link>
			<pubDate>Tue, 28 Aug 2012 23:11:37 +0000</pubDate>
			<dc:creator>terryhoulding</dc:creator>
			<guid isPermaLink="false">73350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok, Ive found the quick css and it worked... other questions remain extant
&#60;/p&#62;</description>
		</item>
		<item>
			<title>terryhoulding on "basic CSS question on Sentence/ any wordpress themes"</title>
			<link>http://www.kriesi.at/support/topic/basic-css-question-on-sentence-any-wordpress-themes#post-73348</link>
			<pubDate>Tue, 28 Aug 2012 22:59:09 +0000</pubDate>
			<dc:creator>terryhoulding</dc:creator>
			<guid isPermaLink="false">73348@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, Me again&#60;/p&#62;
&#60;p&#62;Some really bone questions here...&#60;/p&#62;
&#60;p&#62;1) Many of the support forum guides mention that to make particular changes to a theme I need to edit the style.css. However, when I look at the style.css in the editor there is a note by Kriesa that I shouldnt edit that but edit it in the custom.css file. So...&#60;br /&#62;
A) Is this file uploaded to my server&#60;br /&#62;
B) If so, will changes that I make on that file which is on my server take effect work.&#60;/p&#62;
&#60;p&#62;2) Secondly, I want to remove the part below my comments form which says &#34;you may use these html tags and atttribute&#34;. I know there is a previous thread on this point with how to resolve this.&#60;br /&#62;
Part of the resolution involves adding something to quick CSS.&#60;br /&#62;
A) Where the hell is my quick css?&#60;br /&#62;
B) if I insert the code thats been supplied with the instructions to add to my quick css, will some voodoo occur where this code is added in the right place.&#60;br /&#62;
C) I ask because most instructions to make changes are via css or PHP but no one really says where to insert this code.&#60;/p&#62;
&#60;p&#62;Thanks again for all your help,
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
