<?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>Remove or replace icons on accordion headers &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 15:26:51 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29385</guid>
					<title><![CDATA[Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29385</link>
					<pubDate>Thu, 03 Apr 2014 04:57:34 +0000</pubDate>
					<dc:creator>Kylie M</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I would like to edit the accordion header and remove the  +/ &#8211;  OR replace these with a different icon?  I edited the colour in the page css, can I do this there also?</p>
<p>Thanks</p>
<p>Kylie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29408</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29408</link>
					<pubDate>Thu, 03 Apr 2014 06:49:49 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kylie,</p>
<p>To remove accordion header icons add following line of CSS to <strong>Customizer</strong> &rarr; <strong>Custom</strong> &rarr; <strong>CSS</strong></p>
<pre>
.x-accordion-heading .x-accordion-toggle:before{content:"";}
</pre>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29436</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29436</link>
					<pubDate>Thu, 03 Apr 2014 10:03:39 +0000</pubDate>
					<dc:creator>Kylie M</dc:creator>

					<description>
						<![CDATA[
						<p>That was quick! Thank you so much!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29437</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29437</link>
					<pubDate>Thu, 03 Apr 2014 10:10:11 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kylie,</p>
<p>You&#8217;re Welcome!</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29446</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29446</link>
					<pubDate>Thu, 03 Apr 2014 10:38:10 +0000</pubDate>
					<dc:creator>Kylie M</dc:creator>

					<description>
						<![CDATA[
						<p>Also is it possible to insert a different icon into each of the accordion headers before?</p>
<p>What are the CSS to Customizer → Custom → CSS instructions for the size of the header text?</p>
<p>Thanks</p>
<p>Kylie</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29803</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-29803</link>
					<pubDate>Fri, 04 Apr 2014 10:50:00 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Kylie,</p>
<p>Yes, you can of course insert a different icon into accordion headers by adding something like below into <strong>Customizer → Custom → CSS</strong></p>
<p><code>.x-accordion-heading .x-accordion-toggle:before{content:&quot;\f13d&quot;;}</code></p>
<p>You can find large set of icons at <a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank" rel="nofollow">http://fortawesome.github.io/Font-Awesome/icons/</a>. When you click on an icon, you will find its &#8220;unicode&#8221;.</p>
<p>The above unicode example of f13d comes from fa-anchor icon. Please make sure you put a &#8220;\&#8221; before the unicode as shown in above example.</p>
<p>For modifying the size of accordion header text, please add the following code in <strong>Customizer → Custom → CSS</strong></p>
<pre><code>.x-accordion-heading .x-accordion-toggle{
font-size:120%;
}</code></pre>
<p>You can of course define your desired font size in percentage form.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-282129</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-282129</link>
					<pubDate>Tue, 26 May 2015 14:40:02 +0000</pubDate>
					<dc:creator>Ma</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Is it possible to achieve this with icons that come with the X theme? Can you please show me an example?</p>
<p>I understand if I did this it wouldn&#8217;t work:</p>
<p>.x-accordion-heading .x-accordion-toggle:before{content:&#8221;[icon type=&#8221;adjust&#8221;]&#8221;;} </p>
<p>but I don&#8217;t know another way to include in css form?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-282221</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-282221</link>
					<pubDate>Tue, 26 May 2015 16:24:44 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Try using this code.</p>
<p><code>.x-accordion-heading .x-accordion-toggle:before{content:&quot;\f042&quot;;}</code></p>
<p>Hope it helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-338621</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-338621</link>
					<pubDate>Thu, 23 Jul 2015 20:40:37 +0000</pubDate>
					<dc:creator>Ben</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to have a different icon for each accordion title? I am trying to list a process and have ten steps and would like 10 different icons, one for each header. Is this too ambitious? </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-338845</guid>
					<title><![CDATA[Reply To: Remove or replace icons on accordion headers]]></title>
					<link>https://theme.co/archive/forums/topic/remove-or-replace-icons-on-accordion-headers/#post-338845</link>
					<pubDate>Fri, 24 Jul 2015 01:31:34 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Ben,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

