<?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 blog post title size? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 17:20:52 +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-blog-post-title-size/#post-101792</guid>
					<title><![CDATA[How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-101792</link>
					<pubDate>Wed, 10 Sep 2014 03:28:13 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p><a href="http://www.cre8ivebusiness.com" rel="nofollow">http://www.cre8ivebusiness.com</a><br />
Wordpress 4.0<br />
X Theme V1.7.5</p>
<p>Hi X Team,<br />
I have a few questions for you.</p>
<p>1) How can we change the size of the blog post titles, without changing the size of the content typography on the customizer?</p>
<p>2) Can we have the blog post be inside of the featured image? If so how can we do this?</p>
<p>3) How can we change the color of the icons on an icon list item, without changing the color of the list items text? </p>
<p>4) Also how can we add space between the list items?</p>
<p>Thank you so much for your time!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-101876</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-101876</link>
					<pubDate>Wed, 10 Sep 2014 08:08:49 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nate,</p>
<p>The version of X theme yo are using is too old.</p>
<p>Kindly update theme and plugins. </p>
<blockquote class="wp-embedded-content" data-secret="dp2CKov5wr"><p><a href="https://theme.co/archive/kb/updating-your-theme-and-plugins/">Updating Your Theme and Plugins</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Updating Your Theme and Plugins&#8221; &#8212; Themeco Community" src="https://theme.co/archive/kb/updating-your-theme-and-plugins/embed/#?secret=LgcVewmLbQ#?secret=dp2CKov5wr" data-secret="dp2CKov5wr" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>To answer your questions.</p>
<p>1.   To change title font size</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.entry-title a {
    font-size:20px;
}
</code></pre>
<p>2. I am not sure if I understand you correctly. Do you mean make the featured image as background for the title and excerpt?<br />
Would you mind providing an image of how it should look.</p>
<p>3.  Icon color</p>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.x-ul-icons li [class^=&quot;x-icon-&quot;], 
.x-ul-icons li [class*=&quot; x-icon-&quot;] {
     color:red;
}
</code></pre>
<p>4. space between icon list items</p>
<pre><code>
.x-ul-icons li {
    padding-bottom: 30px;
}
</code></pre>
<p>Please change the values(red, 30px) to achieve the color and spacing that you want.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-102291</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-102291</link>
					<pubDate>Wed, 10 Sep 2014 20:27:49 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p>Hey guys thank you so much for your quick response.<br />
I upgraded the theme and plugins, which was long over due 🙂</p>
<p>I used the code you gave me for the blog post title, and it worked great.</p>
<p>Is there anyway to adjust the size or center the text of a posts page title? Or is there a way to completely remove the title from a post page?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-102304</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-102304</link>
					<pubDate>Wed, 10 Sep 2014 20:46:08 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Nate,</p>
<p>If you want to completely remove the posts page titles, you can use custom CSS to do this. Just add this CSS code via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.entry-title {
display: none !important;
}</code></pre>
<p>Or you can also adjust the size of the font. In this case use this code instead:</p>
<pre><code>.entry-title {
font-size: 150%;
text-align: center;
}</code></pre>
<p>This will also center the title. Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112522</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112522</link>
					<pubDate>Thu, 25 Sep 2014 19:26:37 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Guys thank you for your help! Everything worked perfect.</p>
<p>I have one more question. For some reason my home page cre8ivebusiness.com is showing a line on one of the parallax images.<br />
I have tried several different things and even tried rebuilding the page from scratch and it is still there, and if I remove that image section the line moves to a different one if that makes since 🙂</p>
<p>Please see the attached image. (See Red Arrow)</p>
<p><img decoding="async" src="https://www.dropbox.com/s/mby5r8ox3r6bzcg/Cre8ive-Screenshot.jpg?dl=0" alt="Cre8ive Home Pg Screenshot" /></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112523</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112523</link>
					<pubDate>Thu, 25 Sep 2014 19:28:12 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry the image didn&#8217;t add. Here is the link</p>
<p><a href="https://www.dropbox.com/s/mby5r8ox3r6bzcg/Cre8ive-Screenshot.jpg?dl=0" rel="nofollow">https://www.dropbox.com/s/mby5r8ox3r6bzcg/Cre8ive-Screenshot.jpg?dl=0</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112539</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112539</link>
					<pubDate>Thu, 25 Sep 2014 19:45:27 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Nate,</p>
<p>To remove the line, please add the following CSS code via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>#x-content-band-4 {
position: relative !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112584</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112584</link>
					<pubDate>Thu, 25 Sep 2014 20:35:27 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your quick response. I added the code but the line is still there 🙁<br />
Also please see attached photo. Is there anyway top offset the static menu bar to fit also my static notification bar?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112606</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112606</link>
					<pubDate>Thu, 25 Sep 2014 21:00:23 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Nate,</p>
<p>I can find the CSS code above in your Customizer CSS,</p>
<p>Can you please try adding it so I can see and see how it works.</p>
<p>I&#8217;ve also seen this from your Customizer CSS</p>
<pre><code>.blog {
background: url(&#039;http://www.cre8ivebusiness.com/wp-content/uploads/2014/08/xwearecre8ive.jpg.pagespeed.ic.gPlSTUh08v.jpg&#039;) center top no-repeat;
background-size: cover;
background-attachment: fixed;</code></pre>
<p>make sure to have a closing bracket for each style element, it should be; </p>
<pre><code>.blog {
background: url(&#039;http://www.cre8ivebusiness.com/wp-content/uploads/2014/08/xwearecre8ive.jpg.pagespeed.ic.gPlSTUh08v.jpg&#039;) center top no-repeat;
background-size: cover;
background-attachment: fixed;
}</code></pre>
<p>Hope that helps</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112616</guid>
					<title><![CDATA[Reply To: How to change blog post title size?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-blog-post-title-size/#post-112616</link>
					<pubDate>Thu, 25 Sep 2014 21:09:42 +0000</pubDate>
					<dc:creator>Nate S</dc:creator>

					<description>
						<![CDATA[
						<p>Aha got it now. It didn&#8217;t work because the previous code you pointed out that didn&#8217;t have a closing bracket.<br />
Thank you so much.</p>
<p>Also I forgot to add the last picture: <a href="http://www.dropbox.com/s/mby5r8ox3r6bzcg/Cre8ive-Screenshot.jpg?dl=0" rel="nofollow">http://www.dropbox.com/s/mby5r8ox3r6bzcg/Cre8ive-Screenshot.jpg?dl=0</a></p>
<p>Can you help me offset the nav bar so it fits with the notification bar?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

