<?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>Font questions (header locked &amp; different italics) &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 09:16:22 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178674</guid>
					<title><![CDATA[Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178674</link>
					<pubDate>Wed, 07 Jan 2015 20:14:03 +0000</pubDate>
					<dc:creator>Daphne D</dc:creator>

					<description>
						<![CDATA[
						<p>1) I was setting up new fonts in the Customizer when the custom logo font froze. It lets me choose different fonts, but never looks different after updating. I unchecked the custom font box, saved, closed, and republished&#8211;but no change. Not sure how to fix this problem. </p>
<p>2) I use a lot of scripture in my blog and would love to have some custom CSS that would automatically convert all words in italics to a different font. Can you help with this?</p>
<p>Thanks!</p>
<p><a href="http://www.mirrorministries.org" rel="nofollow">http://www.mirrorministries.org</a><br />
WP 4.1<br />
X Renew (child)<br />
Shortcode 2.6.1</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178691</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178691</link>
					<pubDate>Wed, 07 Jan 2015 20:40:09 +0000</pubDate>
					<dc:creator>Daphne D</dc:creator>

					<description>
						<![CDATA[
						<p>UPDATE! My first question is solved. Apparently when you choose a font, if the &#8220;regular&#8221; tick is not checked, it won&#8217;t show the new font choice. </p>
<p>Still need CSS help with #2 🙂 thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178879</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-178879</link>
					<pubDate>Thu, 08 Jan 2015 02:15:34 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Daphne,</p>
<p>Please add the code in your <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.italic {
    font-style: italic;
}</code></pre>
<p>Then, add <em>italic</em> class to whatever text you&#8217;d want to be italic. </p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-179331</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-179331</link>
					<pubDate>Thu, 08 Jan 2015 17:37:50 +0000</pubDate>
					<dc:creator>Daphne D</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for the help. I probably wasn&#8217;t clear on what I need&#8230;</p>
<p>Currently I can highlight text in posts and add italics easily. What I would like is for the &#8220;italicized text&#8221; to be a different font altogether from the body text (such as Cambria for italics and Lato for all else).</p>
<p>Is that possible?</p>
<p>Thanks again 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-179583</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-179583</link>
					<pubDate>Fri, 09 Jan 2015 03:34:13 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>In that case, you will need to load a separate stylesheet for that with your own styles so that it will be available through the editor. </p>
<p>Add the following code into your Child Theme&#8217;s functions.php file. </p>
<pre><code>
function my_theme_add_editor_styles() {
    add_editor_style( &#039;custom-editor-style.css&#039; );
}
add_action( &#039;init&#039;, &#039;my_theme_add_editor_styles&#039; );
</code></pre>
<p>Now you can add your own styles into that CSS file and it will be applied to your visual editor mode when writing and publishing a post. </p>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181034</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181034</link>
					<pubDate>Mon, 12 Jan 2015 07:30:51 +0000</pubDate>
					<dc:creator>Daphne D</dc:creator>

					<description>
						<![CDATA[
						<p>I understand adding the code to my child theme&#8217;s functions.php file, but not sure how to add my own styles into that CSS file? Do you have an article or video that explains how to?</p>
<p>thanks 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181262</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181262</link>
					<pubDate>Mon, 12 Jan 2015 14:44:46 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Sorry for the confusion. You can use a plugin like <a href="https://wordpress.org/plugins/tinymce-and-tinymce-advanced-professsional-formats-and-styles/installation/" target="_blank" rel="nofollow">TinyMCE Advanced Professsional Formats and Styles</a> to add your custom styles easily. </p>
<p>Or else please follow the following article for a another alternative step by step guide (<a href="http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-styles-to-wordpress-visual-editor/" rel="nofollow">http://www.wpbeginner.com/wp-tutorials/how-to-add-custom-styles-to-wordpress-visual-editor/</a>). </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181270</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181270</link>
					<pubDate>Mon, 12 Jan 2015 14:58:28 +0000</pubDate>
					<dc:creator>Daphne D</dc:creator>

					<description>
						<![CDATA[
						<p>gotcha! thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181560</guid>
					<title><![CDATA[Reply To: Font questions (header locked &amp; different italics)]]></title>
					<link>https://theme.co/archive/forums/topic/font-questions-header-locked-different-italics/#post-181560</link>
					<pubDate>Mon, 12 Jan 2015 22:47:36 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we could help, Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

