<?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 adjustment for Block Quotes &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 23:34:55 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9810</guid>
					<title><![CDATA[Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9810</link>
					<pubDate>Fri, 31 Jan 2014 02:56:14 +0000</pubDate>
					<dc:creator>Matthew M</dc:creator>

					<description>
						<![CDATA[
						<p>This may be a silly question but I am still a beginner&#8230;. Is there a simple way to adjust the font face, size, and color for the block quotes?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9817</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9817</link>
					<pubDate>Fri, 31 Jan 2014 03:49:00 +0000</pubDate>
					<dc:creator>Kory</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Matthew,</p>
<p>Not a silly question at all! There aren&#8217;t any options to adjust per se, but you can do so with a little CSS. You can target all blockquotes with the following classes (you can place this in the <strong>Custom</strong> section of the Customizer or the <strong>style.css</strong> file of your child theme if you&#8217;re using one):</p>
<pre class="prettyprint">.x-blockquote {
  font-family: Helvetica;
  font-size: 24px;
  color: #000;
}

.x-blockquote .x-cite {
  font-family: Helvetica;
  font-size: 16px;
  color: #aaa;
}</pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9901</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9901</link>
					<pubDate>Fri, 31 Jan 2014 17:12:28 +0000</pubDate>
					<dc:creator>Matthew M</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you so much. I am very glad I purchased this theme. I have bought so many others on themeforest and this one BY FAR is the most organized and helpful. You guys are doing great!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9914</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-9914</link>
					<pubDate>Fri, 31 Jan 2014 17:45:44 +0000</pubDate>
					<dc:creator>Rubin</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Matthew,</p>
<p>thank you so much for the kind words. This really means a lot to us! If you need anything else let me know!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-41525</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-41525</link>
					<pubDate>Wed, 07 May 2014 14:28:55 +0000</pubDate>
					<dc:creator>Fernando C</dc:creator>

					<description>
						<![CDATA[
						<p>Yeah, X rocks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-41921</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-41921</link>
					<pubDate>Thu, 08 May 2014 01:04:44 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome Fernando.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45592</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45592</link>
					<pubDate>Sun, 18 May 2014 06:46:58 +0000</pubDate>
					<dc:creator>Kris B</dc:creator>

					<description>
						<![CDATA[
						<p>My site has all fonts set through the Customizer to be either a variation on the Google Open Sans or Open Sans Condensed families. But using the &#8220;What Font&#8221; app, I see the blockquote font is Lato.</p>
<p>1.) Would it make sense for me to copy the X stylesheet to my child theme and edit it to change the blockquote font to something I already use so there&#8217;s one less thing to load? Or does it just make sense to do this in the custom CSS area as you mention above?</p>
<p>2.) If it makes sense to copy X&#8217;s style sheet to my child theme, how should I go about that?</p>
<p><strong>ONE MORE QUESTION ON FONTS, since we&#8217;re on the subject: </strong></p>
<p>3.) If I use the same font family variations on all Revolution Slider captions and text as what I&#8217;ve selected in the X Customizer, DO I NEED to select &#8220;Load Google Fonts&#8221; in the slider options? Or will that already be coded into the header of my pages and therefore I should select &#8220;no&#8221;?</p>
<p>Thank you for the help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45746</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45746</link>
					<pubDate>Sun, 18 May 2014 21:51:57 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kris,</p>
<p>1. You could just use this css at your child theme&#8217;s style.css</p>
<pre><code>.x-blockquote {
font-family : &quot;Lato&quot;, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif!important; 
}</code></pre>
<p>Just replace <strong>&#8220;Lato&#8221;, &#8220;Helvetica Neue&#8221;, Helvetica, Arial, sans-serif</strong> with your font.</p>
<p>2. Copying style sheet file to a child theme will not work, but if you will add custom coding then it will. The easy way is just using child theme&#8217;s style.css, just copy all css code you wish to override from style sheet files into your child theme&#8217;s style.css.</p>
<p>3. If your custom fonts were loaded site wide (eg. child theme&#8217;s style.css), then there is no need to turn it on. As long as you use the same css class name on your slide or layers.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45829</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45829</link>
					<pubDate>Mon, 19 May 2014 02:33:20 +0000</pubDate>
					<dc:creator>Kris B</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much!</p>
<p>On #3, I will assume when you write to use the same CSS class name on the slide and layers, you&#8217;re talking about how the font is written? i.e.; if the sitewide Customizer font selected is &#8220;Open Sans Condensed-bold&#8221; for headlines and &#8220;Open Sans&#8221; for paragraphs, then make sure in the slides all captions are also styled in either of those open sans fonts?</p>
<p>But if that&#8217;s correct, it leads to another question that maybe I should just Google instead of bothering you, so don&#8217;t answer if it&#8217;s trivial. But why do some of the names of font families have quotes around them and some don&#8217;t? AND, why might the Revolution Slider put &#8216;Open Sans&#8217; in single apostrophe quote marks while perhaps X will place &#8220;Open Sans&#8221; in regular quote marks in CSS markup? </p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45897</guid>
					<title><![CDATA[Reply To: Font adjustment for Block Quotes]]></title>
					<link>https://theme.co/archive/forums/topic/font-adjustment-for-block-quotes/#post-45897</link>
					<pubDate>Mon, 19 May 2014 06:26:09 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Kris,</p>
<p>#3 means that when you have enabled a custom font in the Customizer or have imported a Google font in your child theme&#8217;s CSS then you can use <code>font-family: &quot;Your Font&quot;;</code> to any element site-wide.</p>
<p>You need the quotes if the font family name has two words separated by dash or space. That is for best practice but sometimes it works without a quote.</p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

