<?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>Where do I change the Headings font sizes? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 08:50:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253882</guid>
					<title><![CDATA[Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253882</link>
					<pubDate>Mon, 20 Apr 2015 12:13:10 +0000</pubDate>
					<dc:creator>themer</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys,</p>
<p>Dumb question.</p>
<p>I can&#8217;t find the options to change the heading sizes. I&#8217;m looking for something like this:<br />
<img decoding="async" src="http://i.imgur.com/MrhkW7W.jpg" alt="Heading font options" /></p>
<p>Bear in mind: On Ethos stack 1 the h2 heading is almost twice the size of the page/post title, which doesn&#8217;t make much sense. On your demo you had to use an h5 as a subtitle&#8230; </p>
<p>Thank you for your time guys 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253899</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253899</link>
					<pubDate>Mon, 20 Apr 2015 12:34:28 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>please use bundled version of visual composer.<br />
Please click on pencil icon to edit custom/featured headline , scroll down and add <code>font-size:15px;</code> in style file of shortcode.</p>
<p><a href="http://www.freeimagehosting.net/commercial-photography/texas/dallas/" rel="nofollow"><img decoding="async" src="http://i.imgur.com/icSLw2Q.jpg" alt="Dallas Commercial Photography" /></a></p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253928</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253928</link>
					<pubDate>Mon, 20 Apr 2015 13:10:22 +0000</pubDate>
					<dc:creator>themer</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there!</p>
<p>I don&#8217;t use the Visual Composer. Would this be a global change, or do I need to make these changes on every individual post?</p>
<p>If it&#8217;s a global change, where do I make these changes? I just installed the Visual Composer Extension, but can&#8217;t find the Custom Headline Settings, only the plugin Settings.</p>
<p>If it&#8217;s not a global change, how do I make one? I want to configure all heading sizes for the site (globally). Usually on other wordpress themes you just change this from a general options panel. In the customizer I found an option to change the headings&#8217; color, but strangely not the other attributes for each heading. </p>
<p>Not sure if I&#8217;m able to explain correctly what I&#8217;m looking for, sorry. :/</p>
<p>Thnaks for the quick response! 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253935</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253935</link>
					<pubDate>Mon, 20 Apr 2015 13:13:24 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Thanks for writing in!<br />
Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>
h1, .h1 {
font-size: 28px;
}
h2, .h2 {
font-size: 24px;
}
h3, .h3 {
font-size: 20px;
}
h4, .h4 {
font-size: 18px;
}
</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253957</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253957</link>
					<pubDate>Mon, 20 Apr 2015 13:33:15 +0000</pubDate>
					<dc:creator>themer</dc:creator>

					<description>
						<![CDATA[
						<p>Guys, cmon! You took 3 minutes to respond! You had me waiting all that time?! 😛</p>
<p>Kidding! That has to be the fastest support response I&#8217;ve ever had.</p>
<p>The custom CSS worked perfectly. Thank you very much! 🙂</p>
<p>This is solved for me. 🙂</p>
<p>Thank you for your great, flash-fast support guys! </p>
<p>PS: Let me humbly suggest that maybe some dummy-friendly options to change the heading fonts (like the image on my first post) could be beneficial to future not-that-tech-savvy customers (like myself). 🙂 just a thought.</p>
<p>Thanks again!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253961</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-253961</link>
					<pubDate>Mon, 20 Apr 2015 13:35:21 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>We certainly appreciate the feedback! This is something we can add to our list of feature requests. This way it can be taken into consideration for future development. All of these items are discussed with our team internally and prioritized based on the amount of interest a particular feature might receive. Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-797845</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-797845</link>
					<pubDate>Tue, 16 Feb 2016 10:59:48 +0000</pubDate>
					<dc:creator>r_c_</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again. Thanks for the custom css.</p>
<p>Like themer, I can&#8217;t see the headline options in my visual composer anywhere, front or back end.<br />
Is it supposed to appear if I hover over the title?</p>
<p>Thanks,<br />
Richard.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-798146</guid>
					<title><![CDATA[Reply To: Where do I change the Headings font sizes?]]></title>
					<link>https://theme.co/archive/forums/topic/where-do-i-change-the-headings-font-sizes/#post-798146</link>
					<pubDate>Tue, 16 Feb 2016 14:47:47 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Is this your URL ?</p>
<blockquote class="wp-embedded-content" data-secret="VJ4dtUhbpb"><p><a href="https://richardcostin.com/" rel="nofollow">Wildlife Photographer &#8211; Richard Costin</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Wildlife Photographer &#8211; Richard Costin&#8221; &#8212; Wildlife Photographer - Richard Costin" src="https://richardcostin.com/embed/#?secret=39r8ImqgLy#?secret=VJ4dtUhbpb" data-secret="VJ4dtUhbpb" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>Please open a new topic and provide us with URL of page in question and login credentials.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

