<?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: Icons Update</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/feed/</link>
		<description></description>
		<pubDate>Thu, 11 Jun 2026 04:55:45 +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/icons-update-2/#post-34634</guid>
					<title><![CDATA[Icons Update]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34634</link>
					<pubDate>Fri, 28 Feb 2020 12:01:30 +0000</pubDate>
					<dc:creator>garbintecnologia</dc:creator>

					<description>
						<![CDATA[
						<p>Hello,<br />
Would it be possible to update the icon list (<a href="http://blueowlcreative.com/wp/fortuna/icons/" rel="nofollow">http://blueowlcreative.com/wp/fortuna/icons/</a>)?</p>
<p>Example: I would like to use the WhatsApp or Telegram icon that exist in Fontawesome</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34635</guid>
					<title><![CDATA[Reply To: Icons Update]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34635</link>
					<pubDate>Fri, 28 Feb 2020 13:15:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Depends on what element you want to apply it to, the theme font icons are a spin of Fontawesome (old version) and other custom icons so it would be harder to achieve.<br />
I can help you with a custom icon though, where would you like to use those?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34636</guid>
					<title><![CDATA[Reply To: Icons Update]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34636</link>
					<pubDate>Fri, 28 Feb 2020 16:38:31 +0000</pubDate>
					<dc:creator>garbintecnologia</dc:creator>

					<description>
						<![CDATA[
						<p>Ok, I am using the &#8220;List Item&#8221; element, I am putting the phone number and I would like to add the WhatsApp icon.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34640</guid>
					<title><![CDATA[Reply To: Icons Update]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34640</link>
					<pubDate>Mon, 02 Mar 2020 08:04:16 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Simplest way, add this to your page settings (the COG icon in the top right):</p>
<pre><code>.boc_list_item .icon:before {
    content: &quot;&quot;;
}
.boc_list_item .icon {
    background: url(https://i.pinimg.com/originals/93/a8/80/93a88060254b54b01ab3ee8a5f1dbaba.png) no-repeat;
    width: 26px!important;
    height: 26px!important;
    display: inline-block;
    background-size: cover;
}</code></pre>
<p>Few notes:<br />
1. Obviously the icon image I used is on some CDN out there, you might want to upload your own image locally and set your own url.<br />
2. Currently this will apply to all list items on the current page, if you want to use other icons you can apply this only for a single icon (override only that icon) so:</p>
<pre><code>.boc_list_item .icon.icon-album:before {
    content: &quot;&quot;;
}
.boc_list_item .icon.icon-album {
    background: url(https://i.pinimg.com/originals/93/a8/80/93a88060254b54b01ab3ee8a5f1dbaba.png) no-repeat;
    width: 26px!important;
    height: 26px!important;
    display: inline-block;
    background-size: cover;
}</code></pre>
<p>Here I am overriding the Album icon (first one in the list), so picking that icon will use your custom icon. Hope that helps! <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/icons-update-2/#post-34641</guid>
					<title><![CDATA[Reply To: Icons Update]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/icons-update-2/#post-34641</link>
					<pubDate>Mon, 02 Mar 2020 11:29:27 +0000</pubDate>
					<dc:creator>garbintecnologia</dc:creator>

					<description>
						<![CDATA[
						<p>ok, it worked, thanks!<br />
but I leave the caveat to update the list of icons, so you don&#8217;t need to mess with the code and it&#8217;s easy for everyone =)</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

