<?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 font to Arial &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-change-font-to-arial/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 11:03:51 +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-font-to-arial/#post-134307</guid>
					<title><![CDATA[How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-134307</link>
					<pubDate>Wed, 29 Oct 2014 11:18:22 +0000</pubDate>
					<dc:creator>heithu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again, support</p>
<p>I want to use several fonts on my website and for example Arial. Arial is not in the fonts available as far as I can see. Can you please help me, so that I can use that font on my site?</p>
<p>I use the latest X theme, Icon 8 demo as template. Website is not public yet, so I cannot provide an url.</p>
<p>Thank you so much for your help.</p>
<p>Best regards, Heidi</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-134458</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-134458</link>
					<pubDate>Wed, 29 Oct 2014 15:32:28 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>You can use a custom CSS rule as follows, place it into your Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
body {
    font-family: Arial,Helvetica,sans-serif !important;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-134976</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-134976</link>
					<pubDate>Thu, 30 Oct 2014 09:59:04 +0000</pubDate>
					<dc:creator>heithu</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks. I am very glad that you have this support &#8211; it helps me a lot making this site.</p>
<p>It looks like it now is Arial, but I would like to ask you, if there is anywhere I can check which font is used in a specific element?</p>
<p>I miss a function in the visual composer where I can change font, fontsize and color (like text editing programs have and like the customizer) for each element I put on the page. Is it there in visual composer and I have missed it? Or do I have to change this with a custom CSS rule every time I want to change size, font and color? Right now I need to change those things in an ordinary text element. </p>
<p>If I the way to go is to change it with a custom CSS rule, can you then please give me an example?</p>
<p>Thank you so much.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135126</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135126</link>
					<pubDate>Thu, 30 Oct 2014 13:16:35 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>For each element you can define font size , font color ,font family and etc.<br />
Click on pencil icon of your element and in style field add <code>font-size:20px;color:red,font-family:arial;</code></p>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135794</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135794</link>
					<pubDate>Fri, 31 Oct 2014 12:11:17 +0000</pubDate>
					<dc:creator>heithu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support,</p>
<p>Thank you so much for your help. It works, expect the color does not change even though I copied your text:</p>
<p>font-size:20px;color:red,font-family:arial;</p>
<p>Afterwards, I changed the fontsize to 14 in the text and that worked fine, except still no change in the color. Can you help me with that?</p>
<p>I would also like to ask you, is it possible to define the color with a code specific code like fx &#8220;#00acb2&#8221;?</p>
<p>And finally I would like to ask: can I &#8211; in the same element &#8211; have different colors for different part of the text in the element? That is: some of the text is 14 px, some is 20 and some is red and some is grey?</p>
<p>Thank you very much.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135931</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-135931</link>
					<pubDate>Fri, 31 Oct 2014 15:45:33 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Heithu,</p>
<p>Glad to hear it worked for you!</p>
<p>Regarding the color, there could be many reasons for this issue. If you could upload the site so we can see it, we can get a better idea of what’s happening. Otherwise, if you can provide us screenshot of your website, it could also help us to understand the issue.</p>
<p>Regarding your second query, yes, you can use hex color code <strong>#00acb2</strong>, just use following CSS property instead for color:</p>
<p><code>color: #00acb2;</code></p>
<p>Regarding your last query, it can be done by wrapping up your text inside HTML tags but the support for it will fall beyond the scope of support we can provide. You may wish to consult a developer.</p>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-138810</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-138810</link>
					<pubDate>Wed, 05 Nov 2014 12:03:37 +0000</pubDate>
					<dc:creator>heithu</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Support</p>
<p>Thank you so much. I think I found out why the color did not change. There was a &#8220;,&#8221; instead of a &#8220;;&#8221; in the code line after the color. I have now changed it and the color changed! Yeah!</p>
<p>Thank you for the answer about wrapping my text inside html &#8211; I will look further into that.</p>
<p>🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-138870</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-138870</link>
					<pubDate>Wed, 05 Nov 2014 13:45:35 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-717580</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-717580</link>
					<pubDate>Tue, 22 Dec 2015 16:18:41 +0000</pubDate>
					<dc:creator>leannevenier</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I have a similar question to Heithu above.</p>
<p>I&#8217;m using Cornerstone, though &#8211; not Visual Composer.</p>
<p>I would like to customize the font style, size and color in different elements that I&#8217;m building on my home page within Cornerstone, but I can&#8217;t figure out how to do this.</p>
<p>You said in visual Composer there is a &#8216;pencil&#8217; to click on where you can customize the font, style and color. Is there something similar in Cornerstone? </p>
<p>I do see in Cornerstone that if you&#8217;re using the TEXT BOX Element, you can change the Bold, Underline, Color, and a few other things when you&#8217;re under the VISUAL tab (as opposed to the TEXT tab), but there&#8217;s nowhere that I can see where I can select the FONT type for that Text Element &#8211; ex. Font Aguafina Script (I would like to use some kind of calligraphy font in some of the text that is not my standard font for the rest of my website.)</p>
<p>In the cornenrstone elements that are not TEXT elements, example, for CUSTOM HEADER &#8211; there is no Font style, color, etc customization box where you add your text, just a square text box with no font design menu options above it so it all has to be done with shortcodes.</p>
<p>I&#8217;m essentially trying to figure out how to use certain fonts that are already included in X (they show up in my dropdown menu in the wordpress wp-admin customize for creating the fonts for my headers, text and menu bars) but I don&#8217;t know how to write the shortcode to recognize many of them when I want to add them to custom elements in Cornerstone.</p>
<p>Hopefullly this is clear. 🙂</p>
<p><strong>For example, if I would like to type a line in a TEXT BOX that says &#8220;Welcome to my Website!&#8221; or something similar, and I want it to be in a calligraphy style like Aguafina Script, in the color red, and Bold, how would I create that in shortcode?</strong></p>
<p>Also, if I were trying to type &#8220;Welcome to my Website!&#8221; in Aguafina Script in blue, italics and it&#8217;s in a CUSTOM HEADER box, how would I do that?</p>
<p>Thanks for your help!!</p>
<p><strong>Also, is there any easy way to add fonts that I download from Google fonts to X theme without knowing how to do programming and code? I&#8217;d like to use a font JENNIFER LYNNE but it&#8217;s not included in X or in the Wp-admin customize box. Is there any way I can use the shortcode for this or add this font to my x website? (I&#8217;m using Renew Stack if that makes a difference)?</p>
<p>Thank you so much for the support!</strong></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-717836</guid>
					<title><![CDATA[Reply To: How to change font to Arial]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-font-to-arial/#post-717836</link>
					<pubDate>Tue, 22 Dec 2015 20:19:19 +0000</pubDate>
					<dc:creator>Jade</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Leanne,</p>
<p>Please try to add an Inline Style in Cornerstone&#8217;s <strong>style </strong>field.</p>
<p>If you want to use for example the Roboto font, then add: <code>font-family: &#039;Roboto&#039; !important;</code> in the style box.</p>
<p>See screenshot below where you can add it.</p>
<p><img decoding="async" src="http://i.imgur.com/nTebCKy.png" /></p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

