<?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>BlueOwlCreative  &#187;  Topic: Custom  Icons</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 01:44:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28296</guid>
					<title><![CDATA[Custom  Icons]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28296</link>
					<pubDate>Thu, 28 Apr 2016 18:44:16 +0000</pubDate>
					<dc:creator>Propecta</dc:creator>

					<description>
						<![CDATA[
						<p>Hi I found a thread  here about adding custom icons:</p>
<p><a href="http://blueowlcreative.com/support_wp/forums/topic/svg-icon-upload/" rel="nofollow">http://blueowlcreative.com/support_wp/forums/topic/svg-icon-upload/</a></p>
<p>I added my own icons to the path fortuna/stylesheets/fonts and I added the css to the icons.css in the same location. I see that you mention setting up a class like this one: \fortuna\includes\shortcodes\vc\boc_iconpicker.php<br />
How do I know what name to use for the icon? would this work with the type of set up that I am doing?<br />
We are launching this site very soon so your prompt response is highly appreciated!!<br />
Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28309</guid>
					<title><![CDATA[Reply To: Custom  Icons]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28309</link>
					<pubDate>Tue, 03 May 2016 08:24:23 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Indeed that&#8217;s the way to go.<br />
The names of the icons&#8230; once you export your fonts in icomoon you have class names that correspond for each icon, this is the class name that is used in the CSS file as well and in the frontend. These are the classes you need to add as an array in your </p>
<p>\fortuna\includes\shortcodes\vc\boc_iconpicker.php</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28328</guid>
					<title><![CDATA[Reply To: Custom  Icons]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28328</link>
					<pubDate>Tue, 03 May 2016 16:55:08 +0000</pubDate>
					<dc:creator>Propecta</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you for your answer. I added the arrays properly. However I am having an issue with css apparently. If I add this class:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>[class^="icon-"], [class*=" icon-"] {<br />
    /* use !important to prevent issues with browser extensions that change fonts */<br />
    font-family: &#8216;saddle_creek&#8217; !important;<br />
    speak: none;<br />
    font-style: normal;<br />
    font-weight: normal;<br />
    font-variant: normal;<br />
    text-transform: none;<br />
    line-height: 1;</p>
<p>    /* Better Font Rendering =========== */<br />
    -webkit-font-smoothing: antialiased;<br />
    -moz-osx-font-smoothing: grayscale;<br />
}<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>I am able to see the icons I uploaded on icon picker but all of the other icons disappear:</p>
<p><a href="https://drive.google.com/file/d/0B2DHr_SjIT5-Sm5wVDJwcUVMU3M/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/0B2DHr_SjIT5-Sm5wVDJwcUVMU3M/view?usp=sharing</a></p>
<p>But if I remove that class, I am able to see all of the icons again except the ones I uploaded:</p>
<p><a href="https://drive.google.com/file/d/0B2DHr_SjIT5-NC01ZnVjb0g1TTg/view?usp=sharing" rel="nofollow">https://drive.google.com/file/d/0B2DHr_SjIT5-NC01ZnVjb0g1TTg/view?usp=sharing</a></p>
<p>Please help!!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28333</guid>
					<title><![CDATA[Reply To: Custom  Icons]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28333</link>
					<pubDate>Wed, 04 May 2016 06:59:38 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>What this declaration does is it looks for any classes that start with &#8220;icon-&#8221; and applies the style to them. Obviously this overwrites all existing icons too, so it&#8217;s not an elegant solution. Instead you can use a different nomenclature for your custom icons&#8230;<br />
How about &#8220;custom_icons-&#8221; ? <img src="https://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28349</guid>
					<title><![CDATA[Reply To: Custom  Icons]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/custom-icons-2/#post-28349</link>
					<pubDate>Wed, 04 May 2016 19:11:18 +0000</pubDate>
					<dc:creator>Propecta</dc:creator>

					<description>
						<![CDATA[
						<p>This is resolved now. Thanks!!!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

