<?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: H1 changed for all NEW potfolio items, old stay the same</title>
		<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same</link>
		<description>Support Forum - Topic: H1 changed for all NEW potfolio items, old stay the same</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 18:31:17 +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/h1-changed-for-all-new-potfolio-items-old-stay-the-same" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "H1 changed for all NEW potfolio items, old stay the same"</title>
			<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same#post-93774</link>
			<pubDate>Mon, 28 Jan 2013 18:15:19 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93774@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can you link to a page with the new class added to the header?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ripcordian on "H1 changed for all NEW potfolio items, old stay the same"</title>
			<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same#post-93705</link>
			<pubDate>Mon, 28 Jan 2013 12:46:55 +0000</pubDate>
			<dc:creator>ripcordian</dc:creator>
			<guid isPermaLink="false">93705@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;That sounds exactly how i would like it,&#60;br /&#62;
but sorry no, I can't get it to work. I tried both the quick and custom css, and emptied the browsers cache inbetween. I entered the&#60;br /&#62;
&#38;lt;h1 class=&#34;flex-header&#34;&#38;gt;Here is a title&#38;lt;/h1&#38;gt; in the text-tab in a new post, but it still shows up as a regular heading 1.&#60;/p&#62;
&#60;p&#62;I'm on wordpress 5, could that be the problem?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Rickard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H1 changed for all NEW potfolio items, old stay the same"</title>
			<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same#post-93396</link>
			<pubDate>Fri, 25 Jan 2013 14:06:43 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">93396@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Rickard,&#60;/p&#62;
&#60;p&#62;You could add a custom class to any of the header elements you want to look like the flex column headers. Then just add that class to the header item.&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.flex-header h1, .flex-header h2, .flex-header h3, .flex-header h4, .flex-header h5, .flex-header h6{
	font: 13px/1.3em &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
	margin-bottom: 6px; font-weight:bold; text-transform: uppercase; letter-spacing: 1px;}
	.flex-header h1 { font-size: 13px; }
	.flex-header h2 { font-size: 12px; }
	.flex-header h3 { font-size: 11px; }
	.flex-header h4, .flex-header h5, .flex-header h6 { font-size: 10px; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Then, whenever you want that header style without it being in a column shortcode you just add the class flex-header to it. eg: in your text tab of a page or posts visual editor:&#60;br /&#62;
&#60;code&#62;&#38;lt;h1 class=&#38;quot;flex-header&#38;quot;&#38;gt;Here is a title&#38;lt;/h1&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ripcordian on "H1 changed for all NEW potfolio items, old stay the same"</title>
			<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same#post-93273</link>
			<pubDate>Thu, 24 Jan 2013 17:25:45 +0000</pubDate>
			<dc:creator>ripcordian</dc:creator>
			<guid isPermaLink="false">93273@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ah. I see.&#60;/p&#62;
&#60;p&#62;What happened was that the first couple of portfolio-items all had columns in them. Apparantly, anytime you use columns for the text, H1-5 change to the yellow sans seriff.&#60;/p&#62;
&#60;p&#62;But still, if I want to have the yellow sans seriff as an option in none column layout, would that be possible?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;br /&#62;
Rickard
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ripcordian on "H1 changed for all NEW potfolio items, old stay the same"</title>
			<link>http://www.kriesi.at/support/topic/h1-changed-for-all-new-potfolio-items-old-stay-the-same#post-93258</link>
			<pubDate>Thu, 24 Jan 2013 15:52:19 +0000</pubDate>
			<dc:creator>ripcordian</dc:creator>
			<guid isPermaLink="false">93258@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;When I created the fist few porfolio items the H1-5 resulted in a nice yellow sans serif, even tough the main heading was set to a serif. But now suddenly new posts render H1-5 as the same font as the Potfolio Item seriff.&#60;/p&#62;
&#60;p&#62;Heres the weird thing – my first items still has the yellow sansserif as H1, I can copy and paste that row in the same post and it renders the same way – but If I copy that code to a new item, the H1 renders black Poly.&#60;/p&#62;
&#60;p&#62;I want the yellow Headings back, In summary: whats the Quick CSS to controll: Portfolio Item Title font and then H1 through H5.?&#60;/p&#62;
&#60;p&#62;(I have deleted everything in the Custom CSS, no plugins)&#60;/p&#62;
&#60;p&#62;Thank you for a nice theme!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
