<?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 - Tag: h2 - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/h2</link>
		<description>Support Forum - Tag: h2 - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 00:06: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/tags/h2" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112616</link>
			<pubDate>Tue, 21 May 2013 09:31:36 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">112616@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Please create a new thread and post a link to your website. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Merkur-Trykk on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112614</link>
			<pubDate>Tue, 21 May 2013 09:25:41 +0000</pubDate>
			<dc:creator>Merkur-Trykk</dc:creator>
			<guid isPermaLink="false">112614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also want this, but I see an issue. Letters get cropped: Take a look at the G here: &#60;a href=&#34;http://i41.tinypic.com/2vd5u9c.png&#34; rel=&#34;nofollow&#34;&#62;http://i41.tinypic.com/2vd5u9c.png&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-112547</link>
			<pubDate>Mon, 20 May 2013 21:16:32 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">112547@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, for some reason it only worked when I put the code in the quick CSS, but it's good to go now.&#60;/p&#62;
&#60;p&#62;Thanks much
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-112159</link>
			<pubDate>Sat, 18 May 2013 14:25:10 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">112159@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks guys for all the help. Fantastic support! Conditionals work like a charm. Problem solved.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111892</link>
			<pubDate>Fri, 17 May 2013 06:23:27 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">111892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You can try conditionals to change the headline - add following code to functions.php (insert it at the very end):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function avia_default_title_filter($current_post)
	{
		$output  = &#38;quot;&#38;quot;;
$headline = is_single() ? &#38;#39;h1&#38;#39; : &#38;#39;h2&#38;#39;;
		$output .= &#38;quot;&#38;lt;$headline class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;. __(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.$current_post[&#38;#39;title&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$current_post[&#38;#39;title&#38;#39;];
		$output .= &#38;quot;			&#38;lt;span class=&#38;#39;post-format-icon minor-meta&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;/a&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/$headline&#38;gt;&#38;quot;;

		$current_post[&#38;#39;title&#38;#39;] = $output;

		return $current_post;
	}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111806</link>
			<pubDate>Fri, 17 May 2013 02:01:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111806@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please add this on your custom.css or quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1, h2, h3 {
	text-transform: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111794</link>
			<pubDate>Fri, 17 May 2013 01:25:18 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111794@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;That's what I thought too. Well, is this something that will be changed in future versions? It would be a great SEO tweak ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111692</link>
			<pubDate>Thu, 16 May 2013 16:40:05 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111692@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I really need support on this right away. This should be a simple fix. I've searched all files / folders the headings should be in. It really should be in base.css. I need to know how to remove &#34;uppercase&#34; from H1 &#38;amp; H2 tags. I need this ASAP.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111650</link>
			<pubDate>Thu, 16 May 2013 14:12:18 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">111650@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Alex,&#60;/p&#62;
&#60;p&#62;No, I don't believe so since it uses the same function. &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111627</link>
			<pubDate>Thu, 16 May 2013 10:54:39 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111627@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, the H1 &#38;amp; H2 headings are all in capital letters. I need those to be upper and lower case. What file and line of code do I edit. Here's screenshot &#60;a href=&#34;http://www.aztubs.relevant.pro/wp-content/uploads/2013/05/enfold-heading-caps.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.aztubs.relevant.pro/wp-content/uploads/2013/05/enfold-heading-caps.jpg&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111560</link>
			<pubDate>Thu, 16 May 2013 04:57:09 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111560@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm sorry but what do you mean by &#34;caps&#34; and what heading are you trying to change? Please give us a screenshot or give us a link to the page.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>comlor on "Remove caps in headings- Enfold Theme"</title>
			<link>http://www.kriesi.at/support/topic/remove-caps-in-headings-enfold-theme#post-111449</link>
			<pubDate>Wed, 15 May 2013 18:22:58 +0000</pubDate>
			<dc:creator>comlor</dc:creator>
			<guid isPermaLink="false">111449@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, what file / lines of code do I edit to remove caps from the headings?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111398</link>
			<pubDate>Wed, 15 May 2013 15:21:34 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yes yes, but this changes the post title to h2 on both single and blog page. I want it to be h1 on a single post and and h2 on the blog page. Is that even possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111274</link>
			<pubDate>Wed, 15 May 2013 03:27:40 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">111274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Open includes &#38;gt; helper-post-format.php then find this code on line 48.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/**
 *   The avia_default_title_filter creates the default title for your posts.
 *   This function is used by most post types
 */
if(!function_exists(&#38;#39;avia_default_title_filter&#38;#39;))
{
	function avia_default_title_filter($current_post)
	{
		$output  = &#38;quot;&#38;quot;;
		//$output .= &#38;quot;&#38;lt;h2 class=&#38;#39;post-title &#38;quot;. avia_offset_class(&#38;#39;meta&#38;#39;, false). &#38;quot;&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;h2 class=&#38;#39;post-title&#38;#39;&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;a href=&#38;#39;&#38;quot;.get_permalink().&#38;quot;&#38;#39; rel=&#38;#39;bookmark&#38;#39; title=&#38;#39;&#38;quot;. __(&#38;#39;Permanent Link:&#38;#39;,&#38;#39;avia_framework&#38;#39;).&#38;quot; &#38;quot;.$current_post[&#38;#39;title&#38;#39;].&#38;quot;&#38;#39;&#38;gt;&#38;quot;.$current_post[&#38;#39;title&#38;#39;];
		$output .= &#38;quot;			&#38;lt;span class=&#38;#39;post-format-icon minor-meta&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;&#38;quot;;
		$output .= &#38;quot;	&#38;lt;/a&#38;gt;&#38;quot;;
		$output .= &#38;quot;&#38;lt;/h2&#38;gt;&#38;quot;;

		$current_post[&#38;#39;title&#38;#39;] = $output;

		return $current_post;
	}
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;It should be h2.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>evergreenmedia on "Titles on blog page with h2 but single post title with h1"</title>
			<link>http://www.kriesi.at/support/topic/titles-on-blog-page-with-h2-but-single-post-title-with-h1#post-111145</link>
			<pubDate>Tue, 14 May 2013 15:54:26 +0000</pubDate>
			<dc:creator>evergreenmedia</dc:creator>
			<guid isPermaLink="false">111145@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;friggin love the theme but it needs some small changes for decent onpage optimization. For example the post titles are h2 naturally. Now I already changed those to h1 and the header title to h3 (e.g. &#60;a href=&#34;http://www.evergreenmedia.at/interne-verlinkung/)&#34; rel=&#34;nofollow&#34;&#62;http://www.evergreenmedia.at/interne-verlinkung/)&#60;/a&#62;. But this also changes the post titles to h1 on the blog page (&#60;a href=&#34;http://www.evergreenmedia.at/blog/)&#34; rel=&#34;nofollow&#34;&#62;http://www.evergreenmedia.at/blog/)&#60;/a&#62;. I need the post titles on the blog page (listing of blog articles) to be h2. How do I accomplish this?&#60;/p&#62;
&#60;p&#62;Thanks in advance!&#60;/p&#62;
&#60;p&#62;Best regards,&#60;/p&#62;
&#60;p&#62;Alex
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-110407</link>
			<pubDate>Fri, 10 May 2013 17:01:34 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">110407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;WooCommerce creates that h2 item. If you want your own, you first need to use CSS to remove it or modify the WooCommerce plugin.&#60;/p&#62;
&#60;p&#62;Then, if you want to use your own title, you would add it into the product information.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-110285</link>
			<pubDate>Fri, 10 May 2013 08:30:35 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">110285@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I don't get what you mean Devin, I'm sorry :)&#60;/p&#62;
&#60;p&#62;Just to be sure: there's no short code / Quick CSS I can add to Woocommerce in order to display the h2 title I want ? (even within the tab)&#60;br /&#62;
For the main visual editor you mention, a bit of explanation would be more than welcome :)&#60;/p&#62;
&#60;p&#62;thank you very much&#60;/p&#62;
&#60;p&#62;by the way, I'm surprised that I'm the first one asking for this
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-108745</link>
			<pubDate>Fri, 03 May 2013 17:05:15 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">108745@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;No, just the one that gets auto generated inside the tab.&#60;/p&#62;
&#60;p&#62;In the short description, you can just add it to the main visual editor for that product.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-108640</link>
			<pubDate>Fri, 03 May 2013 08:47:55 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">108640@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Do you mean this for both items?&#60;br /&#62;
Regards,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-107487</link>
			<pubDate>Sat, 27 Apr 2013 01:29:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">107487@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;You would need to modify the WooCommerce plugin or use a custom function/filter to change the text.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-107189</link>
			<pubDate>Thu, 25 Apr 2013 09:11:34 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">107189@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;Thanks a lot, I think I got your point.&#60;br /&#62;
I'll try your suggestion, but actually if I can tell wordpress what I want my H2 to display I want to keep it even in the tab, no probelm.&#60;/p&#62;
&#60;p&#62;but if I'd like to have an H2 in the main description part (the one right in front of the picture) is there anything I could do?&#60;br /&#62;
many thanks again,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-106904</link>
			<pubDate>Tue, 23 Apr 2013 20:44:37 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">106904@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi sophie,&#60;/p&#62;
&#60;p&#62;No, you can not modify that. It is automatically generated to be inside of the tab.&#60;/p&#62;
&#60;p&#62;If you want that text to be removed, use the css above. Then you just add your own headline in there, select it, and set it as h3. Then you can use the following css to style it however you want:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#tab-description h3 {
font-size: 15px;
color: #333;
text-transform: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-106754</link>
			<pubDate>Tue, 23 Apr 2013 08:34:02 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">106754@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Isamel,&#60;br /&#62;
My website is &#60;a href=&#34;http://www.boudoirsduboutdumonde.com&#34; rel=&#34;nofollow&#34;&#62;http://www.boudoirsduboutdumonde.com&#60;/a&#62;  but you to get my point regarding what appears in H2 if I didn't remove the code on this product page of the demo :&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=abundance&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=abundance&#60;/a&#62;&#60;br /&#62;
where it says &#34;product description&#34; above the description tab this is what is supposed to be the H2. Which is absolutely irrelevant cause I cannot modify it at all. Unless you give me a trick to do so.&#60;br /&#62;
Am I clearer?&#60;br /&#62;
Many thanks,&#60;br /&#62;
sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-106045</link>
			<pubDate>Thu, 18 Apr 2013 09:48:03 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">106045@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Can you give us a link to your website? Or maybe send us a screenshot of the area you want to remove. I'm a bit confuse, sorry.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-106023</link>
			<pubDate>Thu, 18 Apr 2013 08:20:30 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">106023@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael,&#60;/p&#62;
&#60;p&#62;You're right, the code I inserted removed what is supposed to be the H2 title.&#60;br /&#62;
I did the test and removed the code, but in this case the only thing appearing is &#34;short description&#34;...&#60;br /&#62;
thanks for the thip regarding an H2 tag but I have no idea of how to apply this: any help please?&#60;br /&#62;
Thanks a lot&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-104282</link>
			<pubDate>Thu, 04 Apr 2013 07:18:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">104282@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Sophie,&#60;/p&#62;
&#60;p&#62;I think the code you posted above:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#tab-description h2 {
display: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;should have done the job removing the h2 title which is not needed. Then on the &#60;strong&#62;Product Short Description&#60;/strong&#62; you can add an h2 tag and use the text you want to act as the heading title and use p tag for the other contents.&#60;/p&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-104190</link>
			<pubDate>Wed, 03 Apr 2013 17:03:43 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">104190@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;In fact this is exactly the reason why I removed them: because it was just repeating &#34;description&#34; &#34; reviews&#34;... as you can see on the demo down there.&#60;br /&#62;
&#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=abundance&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=abundance&#60;/a&#62;&#60;br /&#62;
Even if my short description is properly made.&#60;br /&#62;
Thanks again,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-103780</link>
			<pubDate>Mon, 01 Apr 2013 12:48:05 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">103780@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The short description is just the content you put into the products visual editor. So if you don't have anything there, then you need to add it in.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-103586</link>
			<pubDate>Fri, 29 Mar 2013 13:25:25 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">103586@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Almost got it:&#60;br /&#62;
I put&#60;br /&#62;
#tab-description h2 {&#60;br /&#62;
display: none;&#60;br /&#62;
}&#60;br /&#62;
in the quick CSS field in order not to get &#34;product short description&#34; displayed like that. So the final question should be:&#60;br /&#62;
how can I do to get the tab-description h2 displaying the product short description ?&#60;br /&#62;
thanks again for everything
&#60;/p&#62;</description>
		</item>
		<item>
			<title>boudoirs on "H2 titles"</title>
			<link>http://www.kriesi.at/support/topic/h2-titles#post-103584</link>
			<pubDate>Fri, 29 Mar 2013 12:47:46 +0000</pubDate>
			<dc:creator>boudoirs</dc:creator>
			<guid isPermaLink="false">103584@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;/p&#62;
&#60;p&#62;My mistake, I checked and the result is that H2 weren't removed from my website. So they should be somewhere but I have no clue whereabout and how to search for them.&#60;br /&#62;
Could you please tell me where I could fond them regarding home page / e-shop page and single product pages, please please please?&#60;br /&#62;
Many thanks for your help,&#60;br /&#62;
Kind regards,&#60;br /&#62;
Sophie
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
