<?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>changing entry icons &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/changing-entry-icons/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/changing-entry-icons/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 09:53:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98078</guid>
					<title><![CDATA[changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98078</link>
					<pubDate>Thu, 04 Sep 2014 03:24:58 +0000</pubDate>
					<dc:creator>kblack17</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to change the entry icons to another icon from the icon list?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98124</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98124</link>
					<pubDate>Thu, 04 Sep 2014 04:49:22 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>I&#8217;m sorry but at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98308</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98308</link>
					<pubDate>Thu, 04 Sep 2014 11:50:39 +0000</pubDate>
					<dc:creator>kblack17</dc:creator>

					<description>
						<![CDATA[
						<p>What I mean is there are icons automatically associated with blog entry titles. The customizer calls them &#8220;entry icons&#8221;. A &#8220;page&#8221; for article, a &#8220;camera&#8221; for image, etc. Is it possible to change those icons to other icons from you short code icon list?<br />
url: <a href="http://www.grinteresting.com" rel="nofollow">http://www.grinteresting.com</a><br />
stack: renew<br />
xtheme 2.4.0<br />
shortcode 2.3.5<br />
wordpress 3.9.2</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98311</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98311</link>
					<pubDate>Thu, 04 Sep 2014 11:55:29 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Yes,it&#8217;s possible ,<br />
Just tell us where would like you favorite icon to be,And also what icon you want?</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98831</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98831</link>
					<pubDate>Thu, 04 Sep 2014 23:54:15 +0000</pubDate>
					<dc:creator>kblack17</dc:creator>

					<description>
						<![CDATA[
						<p>I would ideally like to replace the icons for every post format (Standard, Link, Gallery, Quote, Image, Video, Audio) with [icon type=&#8221;smile-o&#8221;]</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98848</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-98848</link>
					<pubDate>Fri, 05 Sep 2014 00:28:36 +0000</pubDate>
					<dc:creator>Kosher K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Just add this code below in Customizer -&gt; Custom -&gt; CSS</p>
<pre><code>.format-video .entry-title:before, .format-standard .entry-title:before, .format-image .entry-title:before, .format-link .entry-title:before, .format-quote .entry-title:before, .format-gellery .entry-title:before, .format-audio .entry-title:before {
content: &quot;\f118&quot;;
}</code></pre>
<p>Have a great day</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-100388</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-100388</link>
					<pubDate>Sun, 07 Sep 2014 23:51:52 +0000</pubDate>
					<dc:creator>kblack17</dc:creator>

					<description>
						<![CDATA[
						<p>adding that code to the Customizer -&gt; Custom -&gt; CSS only turns the icons that were there before into f118, not an icon. In theory that should work, but it does not.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-100433</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-100433</link>
					<pubDate>Mon, 08 Sep 2014 02:50:53 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey there,</p>
<p>Please try double slash when adding a \ in the Customizer.</p>
<p><code>content: &quot;\\f118&quot;;</code></p>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-101091</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-101091</link>
					<pubDate>Tue, 09 Sep 2014 00:59:31 +0000</pubDate>
					<dc:creator>kblack17</dc:creator>

					<description>
						<![CDATA[
						<p>yes, thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/changing-entry-icons/#post-101118</guid>
					<title><![CDATA[Reply To: changing entry icons]]></title>
					<link>https://theme.co/archive/forums/topic/changing-entry-icons/#post-101118</link>
					<pubDate>Tue, 09 Sep 2014 02:29:22 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>You&#8217;re welcome.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

