<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>How to change h1, h2, h3, etc. font sizes &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 13:59:47 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-169124</guid>
					<title><![CDATA[How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-169124</link>
					<pubDate>Mon, 22 Dec 2014 19:53:27 +0000</pubDate>
					<dc:creator>dereksilva</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I&#8217;m using the Integrity stack. I&#8217;m trying to change the sizes of h1, h2, h3, h4 and h5 to better suit my needs. What code do I need in order to do this?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-169568</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-169568</link>
					<pubDate>Tue, 23 Dec 2014 07:07:22 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Derek,</p>
<p>Please add the code below in the <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong> to CSS </p>
<pre><code>h1, .h1 {
  font-size: 6em;
}

h2, .h2 {
 font-size: 5em; 
}

h3, .h3 {
  font-size: 4em;
}

h4, .h4 {
  font-size: 3em;
}

h5, .h5 {
  font-size: 2em;
}

h6, .h6 {
  font-size: 1em;
}</code></pre>
<p>For more CSS Properties, please see <a href="http://htmldog.com/reference/cssproperties/" rel="nofollow">http://htmldog.com/reference/cssproperties/</a></p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-173699</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-173699</link>
					<pubDate>Tue, 30 Dec 2014 21:06:29 +0000</pubDate>
					<dc:creator>dereksilva</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-173883</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-173883</link>
					<pubDate>Wed, 31 Dec 2014 03:53:03 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Derek.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242067</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242067</link>
					<pubDate>Sat, 04 Apr 2015 12:33:43 +0000</pubDate>
					<dc:creator>iTurtle</dc:creator>

					<description>
						<![CDATA[
						<p>hm. this doesn&#8217;t work on my site. has that changed lately?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242073</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242073</link>
					<pubDate>Sat, 04 Apr 2015 12:45:21 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi <a href="https://theme.co/archive/users/iturtle/" class="bbp-user-mention bbp-user-id-33541"> @iTurtle</a>,<br />
Would you mind providing me your website URL so I can take a closer look?<br />
Many thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242110</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242110</link>
					<pubDate>Sat, 04 Apr 2015 14:27:39 +0000</pubDate>
					<dc:creator>iTurtle</dc:creator>

					<description>
						<![CDATA[
						<p>hi @Staff, thanks for your quick reply! please have a look here: <a href="http://seminarhaus-ohlenbusch.de/wpx" rel="nofollow">http://seminarhaus-ohlenbusch.de/wpx</a> the custom css h1, h2, etc. seems to be inactive. on &#8220;normal&#8221; pages I used the h2 looks like 4 feature which is great! but on the start-page (blog) the headlines are elephant size 😉 </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242117</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242117</link>
					<pubDate>Sat, 04 Apr 2015 14:46:45 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Please try to add <strong>!important;</strong> after the CSS, something like this:</p>
<pre><code>
h1, .h1 {
  font-size: 3em !important;
}
</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242378</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242378</link>
					<pubDate>Sun, 05 Apr 2015 07:15:32 +0000</pubDate>
					<dc:creator>iTurtle</dc:creator>

					<description>
						<![CDATA[
						<p>hi @Staff,<br />
!important -&gt; that sure helped!<br />
thanks so much!<br />
one happy x user 🙂 kai</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242396</guid>
					<title><![CDATA[Reply To: How to change h1, h2, h3, etc. font sizes]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-h1-h2-h3-etc-font-sizes/#post-242396</link>
					<pubDate>Sun, 05 Apr 2015 08:00:02 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help you 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

