<?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>Change Icon colour in existing bullet point structure &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 17:51:07 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-271655</guid>
					<title><![CDATA[Change Icon colour in existing bullet point structure]]></title>
					<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-271655</link>
					<pubDate>Tue, 12 May 2015 13:29:27 +0000</pubDate>
					<dc:creator>Smarticle</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Using the following code I have made a bullet styled point list (can also see in the link). Could you tell me what code I need to add to control the individual colour of the icons.</p>
<p>[icon_list style=&#8221;font-size:16px; color:#c1c3c5; margin-bottom:0;&#8221;] [icon_list_item type=&#8221;check&#8221;]are naturally numerate[/icon_list_item] [icon_list_item type=&#8221;check&#8221;]have excellent communication skills, both face to face and over the phone[/icon_list_item][icon_list_item type=&#8221;check&#8221;]are interested in how businesses work[/icon_list_item][icon_list_item type=&#8221;check&#8221;]have good IT skills[/icon_list_item][icon_list_item type=&#8221;check&#8221;]able to problem solve[/icon_list_item][icon_list_item type=&#8221;check&#8221;]want to work with people[/icon_list_item][icon_list_item type=&#8221;check&#8221;]are organised and systems orientated[/icon_list_item][icon_list_item type=&#8221;check&#8221;]have a get it right first time attitude[/icon_list_item][/icon_list]</p>
<p><a href="http://maynardheady.wpengine.com/new-careers/" rel="nofollow">http://maynardheady.wpengine.com/new-careers/</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-271798</guid>
					<title><![CDATA[Reply To: Change Icon colour in existing bullet point structure]]></title>
					<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-271798</link>
					<pubDate>Tue, 12 May 2015 16:50:23 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,<br />
Thanks for writing in!<br />
Try adding following CSS under <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.x-ul-icons li.x-li-icon i {
    color: red;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273552</guid>
					<title><![CDATA[Reply To: Change Icon colour in existing bullet point structure]]></title>
					<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273552</link>
					<pubDate>Thu, 14 May 2015 13:31:20 +0000</pubDate>
					<dc:creator>Smarticle</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for that,</p>
<p>Is it possible for this to be controlled in the string of code? As I will be having icons across the site that will vary in colour.</p>
<p>ie. I think I remember seeing something before that may have looked like this,</p>
<p>[icon_list style=”font-size:16px; color:#c1c3c5; <strong>icon-color:#fff;</strong> margin-bottom:0;”]</p>
<p>I generally prefer to make CSS customiser changes only if they are global.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273711</guid>
					<title><![CDATA[Reply To: Change Icon colour in existing bullet point structure]]></title>
					<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273711</link>
					<pubDate>Thu, 14 May 2015 18:00:29 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>You could try something like this.</p>
<p><code>[icon_list style=&quot;font-size:24px; color:#ffba00; margin-bottom:0;&quot;] [icon_list_item type=&quot;arrow-right&quot;]&lt;span style=&quot;color:#181818;&gt;Text Here&lt;/span&gt;[/icon_list_item]</code></p>
<p>Add span for different color of the text.</p>
<p>Hope it helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273723</guid>
					<title><![CDATA[Reply To: Change Icon colour in existing bullet point structure]]></title>
					<link>https://theme.co/archive/forums/topic/change-icon-colour-in-existing-bullet-point-structure/#post-273723</link>
					<pubDate>Thu, 14 May 2015 18:10:37 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>In that case, you only need to use inline CSS color property in your [icon_list_item] shortcode as showed in our demo: <a href="http://theme.co/x/demo/integrity/1/shortcodes/icon-list/" rel="nofollow">http://theme.co/x/demo/integrity/1/shortcodes/icon-list/</a></p>
<p>So for example, your code would become:</p>
<pre><code>[icon_list_item style=&quot;color: green;&quot; type=&quot;check&quot;]
</code></pre>
<p>Replace <strong>green</strong> with your desired color value.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

