<?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>create own icons into the icon library &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 18 Oct 2025 12:08:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-132668</guid>
					<title><![CDATA[create own icons into the icon library]]></title>
					<link>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-132668</link>
					<pubDate>Mon, 27 Oct 2014 01:11:11 +0000</pubDate>
					<dc:creator>miashark</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!</p>
<p>I was wondering how I can create my own icons and place them within the library so I can call them out using the shortcodes . ex: [icon type=&#8221;bullhorn&#8221;]</p>
<p>Thank you so much!</p>
<p>Annie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-132773</guid>
					<title><![CDATA[Reply To: create own icons into the icon library]]></title>
					<link>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-132773</link>
					<pubDate>Mon, 27 Oct 2014 07:06:00 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Annie,</p>
<p>Thanks for writing in!</p>
<p>You can create a unique name to your icon.</p>
<p>eg. [icon type=&#8221;annie&#8221;]</p>
<p>Then you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.x-icon-annie {
    background:url(annie.png) top center no-repeat;
    width:30px;
    height:30px;
}
</code></pre>
<p>Do the same for every custom icon.</p>
<p>eg. [icon type=&#8221;customicon&#8221;]</p>
<p>Then add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
.x-icon-customicon {
    background:url(bullhorn.png) top center no-repeat;
    width:30px;
    height:30px;
}
</code></pre>
<p>Hope that helps.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-319437</guid>
					<title><![CDATA[Reply To: create own icons into the icon library]]></title>
					<link>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-319437</link>
					<pubDate>Thu, 02 Jul 2015 18:10:14 +0000</pubDate>
					<dc:creator>mburton1971</dc:creator>

					<description>
						<![CDATA[
						<p>I have a similar question &#8211; have access to a bunch of industry-specific icons that I can buy on a photo/image website.  </p>
<p>What do I need to do to make it so that these new icons show up in the Icon Toolbar/Menu in Cornerstone?  Is that even possible?</p>
<p>Also, I&#8217;m wondering if I were to follow the advice above, should I go ahead and make a child-theme?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-319742</guid>
					<title><![CDATA[Reply To: create own icons into the icon library]]></title>
					<link>https://theme.co/archive/forums/topic/create-own-icons-into-the-icon-library/#post-319742</link>
					<pubDate>Fri, 03 Jul 2015 00:50:28 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for updating this thread! </p>
<p>I&#8217;m afraid that adding your custom icons in Cornerstone is not possible. Just take the approach we have suggested in our previous reply. And yes, we always recommend that you use child theme in doing customizations. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in  <a href="https://theme.co/x/member/kb/customization-best-practices/" target="_blank" rel="nofollow">Customization Best Practices</a>.</p>
<p>Please let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

