<?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: Applying small customization to all pages</title>
		<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages</link>
		<description>WordPress.com Forums &#187; Topic: Applying small customization to all pages</description>
		<language>en</language>
		<pubDate>Sun, 26 May 2013 02:36:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/applying-small-customization-to-all-pages" rel="self" type="application/rss+xml" />

		<item>
			<title>thesacredpath on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-954799</link>
			<pubDate>Mon, 23 Jul 2012 20:43:14 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">954799@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome. There are many ways to do things with CSS, and how many ways sort of depends on how the CSS is done. In some themes, the way you have done it would not work, but in this theme it does, and whatever way works is always good. If you discover any problems later on, just let us know and we can help figure it out.
</p>
]]></description>
					</item>
		<item>
			<title>masalawala on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-954623</link>
			<pubDate>Mon, 23 Jul 2012 18:46:40 +0000</pubDate>
			<dc:creator>masalawala</dc:creator>
			<guid isPermaLink="false">954623@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your feedback.  I am new to this so I will look into your suggestion of inspecting the elements in both HTML and CSS.  But, for now I am glad that what I have is working so I think I will just stick with it!  Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-954533</link>
			<pubDate>Mon, 23 Jul 2012 17:58:34 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">954533@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is very likely that more specific selectors are used for the different h elements in the theme. This is typically the case, and as an example an h3 for widget titles might be styled under a class of "widget-title" instead. Same with some of the other typically used h elements in the theme design (typically h1-3) so you have to actually look at the HTML (markup for the pages and elements to see what CSS would be associated with those specific elements.</p>
<p>As an example, the post title on the main page is h1 and a link and under:<br />
<code>.entry-title a:link, .entry-title a:visited</code></p>
<p>If you click through to a single post page or to any static page (about, etc.) then the titles h1 under:<br />
<code>.entry-title</code></p>
<p>I would recommend getting Firebug for firefox (if you are using firefox) or see if there is an "inspector" in the browser you are using. IE9, Chrome and Safari have features that allow you to inspect the elements of a web page and see what HTML and CSS is associated with those elements and in most cases you can even tryout CSS changes in real time.</p>
<p>If what you have above is working, then that is all that is necessary at this time. Your pages look consistent to me right now. If there is something specific, let us know.
</p>
]]></description>
					</item>
		<item>
			<title>masalawala on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-954085</link>
			<pubDate>Mon, 23 Jul 2012 13:09:51 +0000</pubDate>
			<dc:creator>masalawala</dc:creator>
			<guid isPermaLink="false">954085@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Good point.  I am using the CSS style sheet custom upgrade.  I would like the font colors and fonts which I have declared on the first page to continue on all pages.  The title font and color for each post and the font colors for accents (hovering on links and visited sites).  I think I might have gotten it to work with the code below but I wonder if there is a more elegant solution or if this is only working on luck.  </p>
<p>Thanks for your help!!</p>
<p>.entry-title a:link,.entry-title a:visited {<br />
	color:#FF3300;<br />
}</p>
<p>h1 {<br />
	color:#FF3300;<br />
}</p>
<p>h2 {<br />
	color:#FF3300;<br />
}</p>
<p>h3 {<br />
	color:#FF3300;<br />
}</p>
<p>h4 {<br />
	color:#FF3300;<br />
}</p>
<p>h5 {<br />
	color:#FF3300;<br />
}</p>
<p>h6 {<br />
	color:#FF3300;<br />
}</p>
<p>hr {<br />
	color:#FF3300;<br />
}</p>
<p>a:link {<br />
	color:#009933;<br />
}</p>
<p>a:visited {<br />
	color:#FF4B33;<br />
}</p>
<p>a:active,a:hover {<br />
	color:#006633;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-952248</link>
			<pubDate>Sun, 22 Jul 2012 03:20:08 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">952248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you could be a little more specific on what is on the main page that you want to be on the static pages. Right now I see the content text is the default font, but the font on the about page is a custom font you have declared via typekit.
</p>
]]></description>
					</item>
		<item>
			<title>masalawala on "Applying small customization to all pages"</title>
			<link>http://en.forums.wordpress.com/topic/applying-small-customization-to-all-pages#post-951793</link>
			<pubDate>Sat, 21 Jul 2012 16:56:25 +0000</pubDate>
			<dc:creator>masalawala</dc:creator>
			<guid isPermaLink="false">951793@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have made some minor customization changes to the css style sheet (font colors for headers and links) for the Sundance Theme.  However, these changes are only on the main site and not on all pages (i.e., About me, etc).  What do I need to do to have these changes on all pages?  </p>
<p>Thanks!!
</p>
]]></description>
					</item>

	</channel>
</rss>
