<?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: Icon to Replace Bullet in Accordian</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 16:23:22 +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/icon-to-replace-bullet-in-accordian/#post-25880</guid>
					<title><![CDATA[Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-25880</link>
					<pubDate>Wed, 23 Dec 2015 23:15:19 +0000</pubDate>
					<dc:creator>spyhop3</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there -</p>
<p>On one page under an accordian tab, I would like my standard bullet to be replaced with an icon (icon-angle-double-right). I have but in this custom css on the page in order to get the alignment correct which is working:</p>
<p>.accordion_content li {<br />
    list-style-type: disc;<br />
    list-style-position: inside;<br />
    text-indent: -1em;<br />
    margin-left: 20px;<br />
}</p>
<p>What do I need to do to replace my standard icon with the new icon?</p>
<p>Thanks, much.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-25886</guid>
					<title><![CDATA[Reply To: Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-25886</link>
					<pubDate>Sat, 26 Dec 2015 16:18:20 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again!</p>
<p>So you want this to take effect globally? May I see the URL in question please?<br />
Sorry I am a bit confused. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26091</guid>
					<title><![CDATA[Reply To: Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26091</link>
					<pubDate>Wed, 06 Jan 2016 02:44:55 +0000</pubDate>
					<dc:creator>spyhop3</dc:creator>

					<description>
						<![CDATA[
						<p>Here is the link, <a href="http://ssdp.whalewebtesting.com/ssdp-faq/" rel="nofollow">http://ssdp.whalewebtesting.com/ssdp-faq/</a></p>
<p>And yes, I think I do want the new bullet globally?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26110</guid>
					<title><![CDATA[Reply To: Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26110</link>
					<pubDate>Thu, 07 Jan 2016 11:13:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Try this instead:</p>
<pre><code>.accordion_content li {
    list-style-type: none;
}
.accordion_content li:before {
    content: &quot;\f101&quot;;
    font-family: &#039;icomoon&#039;;
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #136f8d;
    margin-right: 6px;
    position: relative;
    left: -4px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26141</guid>
					<title><![CDATA[Reply To: Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26141</link>
					<pubDate>Thu, 07 Jan 2016 18:34:37 +0000</pubDate>
					<dc:creator>spyhop3</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks.  Looks great. One more question, what do you add to have the second line indent to match the first line, first  word so it is all flush. I was trying:<br />
text-indent: -1em; but didn&#8217;t seem to work?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26171</guid>
					<title><![CDATA[Reply To: Icon to Replace Bullet in Accordian]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/icon-to-replace-bullet-in-accordian/#post-26171</link>
					<pubDate>Mon, 11 Jan 2016 12:21:59 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Try this:</p>
<pre><code>.accordion_content li:before {
    content: &quot;\f101&quot;;
    font-family: &#039;icomoon&#039;;
    speak: none;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #136f8d;
    margin-right: -8px;
    position: relative;
    left: -22px;
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

