<?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: Changing Font body, h1, h2, etc. in Choices (Child) theme CSS</title>
		<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css</link>
		<description>Support Forum - Topic: Changing Font body, h1, h2, etc. in Choices (Child) theme CSS</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 03:57:21 +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/changing-font-body-h1-h2-etc-in-choices-child-theme-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76295</link>
			<pubDate>Mon, 17 Sep 2012 17:56:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">76295@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad we could help.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drjill on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76273</link>
			<pubDate>Mon, 17 Sep 2012 17:10:06 +0000</pubDate>
			<dc:creator>drjill</dc:creator>
			<guid isPermaLink="false">76273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thank you!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-76033</link>
			<pubDate>Sat, 15 Sep 2012 14:18:09 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">76033@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jill,&#60;/p&#62;
&#60;p&#62;You need to add all customizations to the custom.css found in the /css/ folder. Doing that will override the default styles. Here are the codes.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_color h1, .main_color h2, .main_color h3, .main_color h4, .main_color h5, .main_color h6 {
    color: #222222;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want each heading to have a separate color then you'll need to separate them out.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>drjill on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-75814</link>
			<pubDate>Thu, 13 Sep 2012 19:39:22 +0000</pubDate>
			<dc:creator>drjill</dc:creator>
			<guid isPermaLink="false">75814@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;Thanks, I saw that list in the documentation and have been poking around. I still have a basic question:&#60;/p&#62;
&#60;p&#62;How do I change the color of my h1, h2, h3 post body headings to red? How do I change the h1, h2, h3 colors in the CSS, not through the WP back-end &#34;Quick CSS&#34;? Which file and which lines of code should be modified?&#60;/p&#62;
&#60;p&#62;thanks,&#60;br /&#62;
Jill
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-75057</link>
			<pubDate>Sun, 09 Sep 2012 10:53:34 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">75057@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Jill,&#60;/p&#62;
&#60;p&#62;Here are the list of stylesheets with descriptions (this will help you find the code faster):&#60;br /&#62;
css/grid.css - loads the default grid with all widths for the different screens&#60;br /&#62;
css/base.css- loads the css reset &#38;amp; default styling for html elements like the anchor tag, ul, li, and some wordpress generated classes (eg galleries)&#60;br /&#62;
css/layout.css - theme layout for the default screen size and media queries for smaller screen estates&#60;br /&#62;
css/slideshow.css- theme layout for the various slideshows&#60;br /&#62;
css/shortcodes.css - loads the css rules for the theme shortcodes&#60;br /&#62;
css/dynamic-css.php - a php file that holds all color informations entered within the backend. it is recommended to not edit this file and instead use the custom.css file&#60;br /&#62;
css/custom.css - stylesheet dedicated for user customizations&#60;/p&#62;
&#60;p&#62;You can use firebug (an extension for Chrome and Firefox) that will help you check what css code is used for that particular element in the page. Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael&#60;/p&#62;</description>
		</item>
		<item>
			<title>drjill on "Changing Font body, h1, h2, etc. in Choices (Child) theme CSS"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-body-h1-h2-etc-in-choices-child-theme-css#post-74696</link>
			<pubDate>Thu, 06 Sep 2012 18:26:48 +0000</pubDate>
			<dc:creator>drjill</dc:creator>
			<guid isPermaLink="false">74696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;br /&#62;
I am wanting to change the color styling of my H1, H2… text in the Choices theme. I have set up a child theme and I want to make the changes directly in the CSS rather than in &#34;Quick CSS&#34; in the WP backend.&#60;/p&#62;
&#60;p&#62;To start, I've copied the CSS files from Choices to a new folder in my child theme:&#60;br /&#62;
Child Theme / CSS&#60;/p&#62;
&#60;p&#62;Q.1: The problem I'm having is I can't figure out the simple stuff, like where to change H1, H2, etc. I can't even find the body color in these CSS files to change it to red (just to get my barrings and play around with it). Any pointers would be greatly appreciated!&#60;/p&#62;
&#60;p&#62;Background and what I am really trying to accomplish:&#60;/p&#62;
&#60;p&#62;I am currently using a modified version of your Twicet template on another site (a loyal Kriesi fan ;)). I am trying to replicate the modification we made in Twicet so that all pages/posts that are children of a certain parent get H1, H2… = green; and all pages posts that are children of another parent get H1, H2… = purple. It might sound confusing, but we are using colored headings to help differentiate/brand different products (you can see it in action at mapdiva.com). For our Twicet modification, we added code to the header that looks for a parent then assigns styles to it and all its children, sort of like this:&#60;br /&#62;
            &#38;lt;style type=&#34;text/css&#34;&#38;gt;&#60;br /&#62;
                &#38;lt;? if ($parent == 102) { // productA... ?&#38;gt;&#60;/p&#62;
&#60;p&#62;                    #inner_content h1 {&#60;br /&#62;
                        color: #b8058e;&#60;br /&#62;
                        font-weight: normal;&#60;br /&#62;
                        border-bottom: 1px solid #BBBBBB;&#60;br /&#62;
                        margin-bottom: 20px;&#60;br /&#62;
                    }&#60;/p&#62;
&#60;p&#62;#2 What would the equivalent of Twicet's basic and common CSS styles #inner-content be in Choices?&#60;/p&#62;
&#60;p&#62;Thank you so much for your guidance.&#60;br /&#62;
- Jill
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
