<?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: Changing Font Size only for Mobile Screens</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/changing-font-size-only-for-mobile-screens/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/changing-font-size-only-for-mobile-screens/feed/</link>
		<description></description>
		<pubDate>Wed, 22 Apr 2026 16:24:53 +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/changing-font-size-only-for-mobile-screens/#post-34648</guid>
					<title><![CDATA[Changing Font Size only for Mobile Screens]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-font-size-only-for-mobile-screens/#post-34648</link>
					<pubDate>Mon, 09 Mar 2020 19:35:55 +0000</pubDate>
					<dc:creator>went2la</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is there a way I can add some CSS to effect the font size on mobile screens? A header h2 tag looks good on the desktop version, but the line needs to wrap on the vertically oriented cell phone screen.</p>
<p>Thanks,<br />
Steve</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/changing-font-size-only-for-mobile-screens/#post-34650</guid>
					<title><![CDATA[Reply To: Changing Font Size only for Mobile Screens]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/changing-font-size-only-for-mobile-screens/#post-34650</link>
					<pubDate>Tue, 10 Mar 2020 15:10:51 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Steve,</p>
<p>Sure, you can try this in your Theme options -> Custom CSS, or Child theme CSS file:</p>
<pre><code>@media only screen and (max-width: 768px) {
    h2 {
        font-size: 18px;
    }
}</code></pre>
<p>For theme heading elements, there&#8217;s a special setting where you can override the font size for mobile.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

