<?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: Import Icon</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/import-icon/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 05:51:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33452</guid>
					<title><![CDATA[Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33452</link>
					<pubDate>Wed, 02 Jan 2019 11:14:04 +0000</pubDate>
					<dc:creator>jlcool</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
Do you know I can import my own icon ?<br />
My website needs specific icons that are not present in the theme.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33454</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33454</link>
					<pubDate>Wed, 02 Jan 2019 12:23:46 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>You can use images or SVGs (after doing a simple SVG upload support fix in your child theme).<br />
If wanting to apply to a custom theme element you would do it with custom CSS. After importing your own icon font (to your child theme) you can override the specific element&#8217;s icon with your own with CSS. If you have a URL I can take a look to and give you further guidance should you need it.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33458</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33458</link>
					<pubDate>Wed, 02 Jan 2019 13:42:38 +0000</pubDate>
					<dc:creator>jlcool</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, thanks for your answer !<br />
for example on this page I have few icon (below &#8216;Nos services&#8221;). <a href="http://awesse.be/new/" rel="nofollow">http://awesse.be/new/</a><br />
Can you explain me how I can change those icons with mine ? <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /><br />
Thanks a lot.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33459</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33459</link>
					<pubDate>Wed, 02 Jan 2019 15:05:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Got it, for those to be changed you need to:<br />
1. First include your icon font in your Child theme via fontface and CSS. Hope you know how to do that, if not, go to Icomoon, generate your icon font and download the font, then follow the instructions to include it in your child theme&#8217;s CSS file as well as upload the physical files to your child theme and make sure the CSS paths to the files match.</p>
<p>2. Once you have those you can overwrite the current icons you have with simple CSS, I can help you with that, for examply for the horse icon it would be something like this:</p>
<pre><code>.icon-strategy:before {
    content: &quot;YOUR_ICON_CODE&quot;;
    font-family: &#039;YOUR_ICON_FONT_FAMILY&#039;;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33460</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33460</link>
					<pubDate>Thu, 03 Jan 2019 13:31:28 +0000</pubDate>
					<dc:creator>jlcool</dc:creator>

					<description>
						<![CDATA[
						<p>It works perfectly, thank you !! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33461</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33461</link>
					<pubDate>Thu, 03 Jan 2019 16:59:39 +0000</pubDate>
					<dc:creator>jlcool</dc:creator>

					<description>
						<![CDATA[
						<p>Just one more question, is it possible to change more than one icone on a page ? because the code is always the same in the css so I can&#8217;t change more thane one icon with this class&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33463</guid>
					<title><![CDATA[Reply To: Import Icon]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/import-icon/#post-33463</link>
					<pubDate>Thu, 03 Jan 2019 17:21:39 +0000</pubDate>
					<dc:creator>jlcool</dc:creator>

					<description>
						<![CDATA[
						<p>I have find the answer.. ahah tanks</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

