<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Is there possibility to replace user group titels by custom image? - How-To and Troubleshooting				            </title>
            <link>https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/</link>
            <description>WordPress Plugins Support Forum</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 09 Jun 2026 20:28:48 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Is there possibility to replace user group titels by custom image?</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20326</link>
                        <pubDate>Sat, 15 Feb 2020 08:19:50 +0000</pubDate>
                        <description><![CDATA[@dmitrijs-suhoruckins,
Each usergroups have your own label, you just need to find the labels and use the similar code provided above to replace different group titles with different picture...]]></description>
                        <content:encoded><![CDATA[<p>@dmitrijs-suhoruckins,</p>
<p>Each usergroups have your own label, you just need to find the labels and use the similar code provided above to <span>replace different group titles with different pictures</span>. </p>
<pre>jQuery('<span style="color: #ff0000">.wc-comment-label</span>').html('&lt;img src="your image URL"/&gt;');</pre>
<p>You need to do right-click(or CTRL+F12) then <em><strong>Inspect</strong> </em>element on the frontend page to find each selector.</p>
<p>Please note you should change the <span style="color: #ff0000"><em><strong>red</strong> </em></span>mark code for each usergroups.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Elvina</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20326</guid>
                    </item>
				                    <item>
                        <title>RE: Is there possibility to replace user group titels by custom image?</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20313</link>
                        <pubDate>Fri, 14 Feb 2020 17:12:05 +0000</pubDate>
                        <description><![CDATA[Thanks.
 
Please precize - &quot;in your current active the js files&quot;
It will replace all labels with one particular picture or i can replace differnet group titels with different pictures?]]></description>
                        <content:encoded><![CDATA[<p>Thanks.</p>
<p> </p>
<p>Please precize - "in your current active the js files"</p>
<p>It will replace all labels with one particular picture or i can replace differnet group titels with different pictures?</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Dmitrijs Suhoruckins</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20313</guid>
                    </item>
				                    <item>
                        <title>RE: Is there possibility to replace user group titels by custom image?</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20305</link>
                        <pubDate>Fri, 14 Feb 2020 10:10:30 +0000</pubDate>
                        <description><![CDATA[Hi @dmitrijs-suhoruckins,
Please follow the steps below.
Put the following JS code in your current active the js files:
1.For wpDiscuz:
jQuery(&#039;.wc-comment-label&#039;).html(&#039;&lt;img src=&quot;you...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@dmitrijs-suhoruckins,</span></p>
<p>Please follow the steps below.</p>
<p>Put the following JS code in your current active the js files:</p>
<p>1.For wpDiscuz:</p>
<pre>jQuery('<span style="color: #000080">.<span style="color: #000000">wc-comment-label</span></span>').html('&lt;img src="<span style="color: #ff0000">your image URL</span>"/&gt;');</pre>
<p>2. For wpforo:</p>
<pre>jQuery('.wpf-member-title ').html('&lt;img src="<span style="color: #ff0000">your image URL</span>"/&gt;');</pre>
<p>Also please navigate to the Dashboard &gt; Forums &gt; Settings &gt; Styles admin page put the following CSS code in the "Custom CSS code" textarea:</p>
<pre>#wpforo-wrap .wpf-member-title.wpfut{<br />   border: none !important;<br />}<br />.wpfbg-6 {<br />   background-color: inherit !important;<br />}<br />.wpfcl-3 {<br />   color: #777777 !important;<br />}</pre>
<p>Please note: The <span style="color: #ff0000"><em><strong>red</strong></em></span> marked value should be you image URL</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Elvina</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20305</guid>
                    </item>
				                    <item>
                        <title>Is there possibility to replace user group titels by custom image?</title>
                        <link>https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20300</link>
                        <pubDate>Fri, 14 Feb 2020 04:30:25 +0000</pubDate>
                        <description><![CDATA[Question is about either wpdiscuz and wpforo.]]></description>
                        <content:encoded><![CDATA[<p>Question is about either wpdiscuz and wpforo.</p>]]></content:encoded>
						                            <category domain="https://gvectors.com/forum/how-to-and-troubleshooting/">How-To and Troubleshooting</category>                        <dc:creator>Dmitrijs Suhoruckins</dc:creator>
                        <guid isPermaLink="true">https://gvectors.com/forum/how-to-and-troubleshooting/is-there-possibility-to-replace-user-group-titels-by-custom-image/#post-20300</guid>
                    </item>
							        </channel>
        </rss>
		