<?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: Replace Standard Bullet with Font Awesome Bullet</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/replace-standard-bullet-with-font-awesome-bullet/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/replace-standard-bullet-with-font-awesome-bullet/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 17:39:11 +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/replace-standard-bullet-with-font-awesome-bullet/#post-26199</guid>
					<title><![CDATA[Replace Standard Bullet with Font Awesome Bullet]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/replace-standard-bullet-with-font-awesome-bullet/#post-26199</link>
					<pubDate>Mon, 11 Jan 2016 19:01:08 +0000</pubDate>
					<dc:creator>spyhop3</dc:creator>

					<description>
						<![CDATA[
						<p>Hi.</p>
<p>Thanks for all your support so far on my bulleting issues. Can you tell me how to change the bullets for the entire website globally to the font-awesome bullet? Have tried this as the css with no luck&#8230;</p>
<p>li:before {<br />
font-family: &#8216;FontAwesome&#8217;;<br />
content: &#8216;\f101&#8242;;<br />
margin:0 5px 0 -15px;<br />
color: #136f8d;<br />
}</p>
<p>URL is ssdp.whalewebtesting.com</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/replace-standard-bullet-with-font-awesome-bullet/#post-26213</guid>
					<title><![CDATA[Reply To: Replace Standard Bullet with Font Awesome Bullet]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/replace-standard-bullet-with-font-awesome-bullet/#post-26213</link>
					<pubDate>Tue, 12 Jan 2016 12:20:57 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Font-awesome is included in the font library that comes with the theme:</p>
<p><a href="http://blueowlcreative.com/wp/fortuna/icons" rel="nofollow">http://blueowlcreative.com/wp/fortuna/icons</a></p>
<p>It would be something of the sort:</p>
<pre><code>li {
    list-style: none;
}
li:before {
    font-family: &#039;icomoon&#039;;
    content: &quot;\f101&quot;;
    padding-right: 18px;
}</code></pre>
<p>To avoid that appearing in other random lists (like menus/tabs etc. that are usually represented by lists) make sure you create a custom class and add it to your ULs.</p>
<pre><code>.my_list li {
    list-style: none;
}
.my_list li:before {
    font-family: &#039;icomoon&#039;;
    content: &quot;\f101&quot;;
    padding-right: 18px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

