<?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>BlueOwlCreative  &#187;  Topic: Change font size/alignment of page and post headers</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 12:27:36 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32984</guid>
					<title><![CDATA[Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32984</link>
					<pubDate>Thu, 14 Jun 2018 21:28:09 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Is there a way for me to change the font size and alignment of page and post headers?</p>
<p>Kind regards,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32985</guid>
					<title><![CDATA[Reply To: Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32985</link>
					<pubDate>Fri, 15 Jun 2018 06:32:56 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there Tim,</p>
<p>Sure, you could do so with some simple CSS, may I please see the URL you are speaking of and what items you want changed on there?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32986</guid>
					<title><![CDATA[Reply To: Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32986</link>
					<pubDate>Thu, 21 Jun 2018 22:03:28 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, the staging URL is <a href="http://6k3.ed0.myftpupload.com/meet-selwyn/" rel="nofollow">http://6k3.ed0.myftpupload.com/meet-selwyn/</a></p>
<p>Many thanks,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32989</guid>
					<title><![CDATA[Reply To: Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-32989</link>
					<pubDate>Fri, 22 Jun 2018 06:42:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>So the main page heading size can be changed like so:</p>
<pre><code>.page_heading h1 {
    font-size: 23px;
}</code></pre>
<p> <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-33026</guid>
					<title><![CDATA[Reply To: Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-33026</link>
					<pubDate>Thu, 05 Jul 2018 02:07:33 +0000</pubDate>
					<dc:creator>healthcarenz</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for that.</p>
<p>And how about if I wish to change the alignment. E.g. posts are aligned to the left and I&#8217;d like to center them.</p>
<p>Kind regards,</p>
<p>Tim</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-33031</guid>
					<title><![CDATA[Reply To: Change font size/alignment of page and post headers]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/change-font-sizealignment-of-page-and-post-headers/#post-33031</link>
					<pubDate>Sun, 08 Jul 2018 09:35:11 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<pre><code>.page_heading h1 {
    text-align: center;
}</code></pre>
<p> <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

