<?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: Addressing CSS to a specific page - single blog</title>
		<link>http://www.kriesi.at/support/topic/addressing-css-to-a-specific-page-single-blog</link>
		<description>Support Forum - Topic: Addressing CSS to a specific page - single blog</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 01:05:22 +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/addressing-css-to-a-specific-page-single-blog" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Addressing CSS to a specific page - single blog"</title>
			<link>http://www.kriesi.at/support/topic/addressing-css-to-a-specific-page-single-blog#post-84827</link>
			<pubDate>Wed, 21 Nov 2012 06:30:07 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">84827@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; It would be:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-75 {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeliuc on "Addressing CSS to a specific page - single blog"</title>
			<link>http://www.kriesi.at/support/topic/addressing-css-to-a-specific-page-single-blog#post-84733</link>
			<pubDate>Tue, 20 Nov 2012 16:27:05 +0000</pubDate>
			<dc:creator>Jeliuc</dc:creator>
			<guid isPermaLink="false">84733@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks a lot Ismael!&#60;br /&#62;
And let's say i would like to address a specific page, would that be something like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-75 #footer {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or something like this?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.page-id-75 {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or this?&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#page-id-75 {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sorry for the stupid question and thanks again,&#60;br /&#62;
Regards&#60;/p&#62;
&#60;p&#62;Lorenzo
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Addressing CSS to a specific page - single blog"</title>
			<link>http://www.kriesi.at/support/topic/addressing-css-to-a-specific-page-single-blog#post-84654</link>
			<pubDate>Tue, 20 Nov 2012 01:41:26 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">84654@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can put all your modifications on custom.css, to target the blog you can inspect the page using Firebug or the Inspect Element option on Chrome. Look for the body class. For targeting the blog page you can do this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.blog #footer {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Sometimes WP uses a unique body class for each page. It looks something like this&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.page-id-75 #footer {
  YOUR STYLE HERE
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Jeliuc on "Addressing CSS to a specific page - single blog"</title>
			<link>http://www.kriesi.at/support/topic/addressing-css-to-a-specific-page-single-blog#post-84559</link>
			<pubDate>Mon, 19 Nov 2012 15:41:40 +0000</pubDate>
			<dc:creator>Jeliuc</dc:creator>
			<guid isPermaLink="false">84559@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, i found out how to address css to the footer.&#60;br /&#62;
Is there a way to address it specifically to a page? I tried with the internal css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;style type=&#38;quot;text/css&#38;quot;&#38;gt;
&#38;lt;/style&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and i was trying it to style a box in the footer, but it then applied to the whole site.&#60;br /&#62;
So it seems like the internal css doesn't work... or should it and it's just the css internal site that can't be used in the footer?&#60;br /&#62;
any help would be appreciated.&#60;br /&#62;
Regards,&#60;/p&#62;
&#60;p&#62;Lorenzo
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
