<?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>Need step by step help for Cornerstone css text &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 23 Oct 2025 16:14:27 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-317475</guid>
					<title><![CDATA[Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-317475</link>
					<pubDate>Tue, 30 Jun 2015 20:23:37 +0000</pubDate>
					<dc:creator>byronic1@att.net</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;ve read dozens of entries for this simple subject but I can&#8217;t find a simple, step by step guide anywhere. I just want to modify text in my Cornerstone document (screen shot: <a href="https://www.dropbox.com/s/9bcq9rrazm7t8jf/Screenshot%202015-06-30%2013.17.01.png?dl=0" rel="nofollow">https://www.dropbox.com/s/9bcq9rrazm7t8jf/Screenshot%202015-06-30%2013.17.01.png?dl=0</a>). I need to write several alternate setups for text with different sizes, weights, colors, etc.<br />
I know I am supposed to enter new css in the class or style sections of the text editor, but how are these classes linked up to an unnamed line of text?<br />
Please enlighten me.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-317699</guid>
					<title><![CDATA[Reply To: Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-317699</link>
					<pubDate>Wed, 01 Jul 2015 01:58:33 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! For you to use the <strong>Class field</strong> you need to define that class first with the style properties that you want to apply to your Text element.</p>
<p>e.g.</p>
<pre><code>.myclass {
	font-size: 24px;
	font-weight: 600; /*100 lighter - 900 bolder*/
	color: blue;
}</code></pre>
<p>You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<p>Then on your desired Text element write the class (myclass) on the <strong>Class field</strong>, and the style of that class will be apply to your Text element.</p>
<p>If you use the <strong>Style field</strong> instead, you just simple put the properties directly on the Text element <strong>Style field</strong>, its called <strong>Inline styling</strong></p>
<p>e.g.</p>
<p><code>font-size: 24px;font-weight: 600;color: blue;</code></p>
<p>Let us know if there is something that is not clear.</p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-318614</guid>
					<title><![CDATA[Reply To: Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-318614</link>
					<pubDate>Wed, 01 Jul 2015 20:05:09 +0000</pubDate>
					<dc:creator>byronic1@att.net</dc:creator>

					<description>
						<![CDATA[
						<p>Great! That cleared things up. One thing I didn&#8217;t realize until I experimented was this: when writing the class in the appropriate blank in the text screen, you have to omit the dot: myclass and not .myclass.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-318835</guid>
					<title><![CDATA[Reply To: Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-318835</link>
					<pubDate>Thu, 02 Jul 2015 01:10:54 +0000</pubDate>
					<dc:creator>John Ezra</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you got it to work!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-760492</guid>
					<title><![CDATA[Reply To: Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-760492</link>
					<pubDate>Sat, 23 Jan 2016 16:01:15 +0000</pubDate>
					<dc:creator>toddhaney</dc:creator>

					<description>
						<![CDATA[
						<p>I have been trouble shooting my css field issue for hours now, and just read the above to find out that you only write the attributes in the field. I didn&#8217;t try it, because I thought it would be stated somewhere. Leaving it blank with no instructions or tips implies that it should follow standard CSS syntax. </p>
<p>So the issue all along has been lack of information. How difficult would it have been to have this line in a tooltip, or anywhere but buried in a forum with me expected to do the digging. </p>
<p>e.g. (enter only)  font-size: 24px;font-weight: 600;color: blue;</p>
<p>Are there any basic &#8220;how-to&#8221; docs for using cornerstone? Maybe I have missed something. Everything is so intuitive I haven&#8217;t needed to look for docs before, but there are some things that really need to be stated. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-761106</guid>
					<title><![CDATA[Reply To: Need step by step help for Cornerstone css text]]></title>
					<link>https://theme.co/archive/forums/topic/need-step-by-step-help-for-cornerstone-css-text/#post-761106</link>
					<pubDate>Sun, 24 Jan 2016 05:22:22 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey <a href="https://theme.co/archive/users/toddhaney/" class="bbp-user-mention bbp-user-id-63547"> @toddhaney</a>,</p>
<p>Thanks for updating this thread! </p>
<p>To know more about Cornerstone, please check it out here:<br />
<a href="http://theme.co/blog/x-version-4-introducing-cornerstone/" rel="nofollow">http://theme.co/blog/x-version-4-introducing-cornerstone/</a></p>
<p>You can also visit our knowledge base and to get to know the other Cornerstone features, elements and settings<br />
<a href="https://community.theme.co/kb/" rel="nofollow">https://community.theme.co/kb/</a></p>
<p>We are still consolidating a documentation exclusively for Cornerstone. Once it&#8217;s out, it would be much easier to have more information about how to use a Cornerstone element and other element customizations.</p>
<p>Thank you for your understanding.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

