<?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>Make Text Selectable On Site &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/make-text-selectable-on-site/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 22:11:52 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103158</guid>
					<title><![CDATA[Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103158</link>
					<pubDate>Thu, 11 Sep 2014 22:49:46 +0000</pubDate>
					<dc:creator>LedZappa</dc:creator>

					<description>
						<![CDATA[
						<p>How can I allow visitors to select and copy text on my website. </p>
<p>Using Icon 2<br />
<a href="http://www.visteka.com" rel="nofollow">http://www.visteka.com</a> </p>
<p>Thanks </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103193</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103193</link>
					<pubDate>Thu, 11 Sep 2014 23:44:04 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for posting in.</p>
<p>The texts at your site are selectable. I can even right click them to copy. X does not modify this default selection behavior. Or, are you referring to have additional functionality where user can just easily click copy? If yes, then we can&#8217;t support this kind of customization. But still possible by 3rd party plugin or by consulting a wordpress developer.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103204</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103204</link>
					<pubDate>Fri, 12 Sep 2014 00:10:22 +0000</pubDate>
					<dc:creator>LedZappa</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103240</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103240</link>
					<pubDate>Fri, 12 Sep 2014 01:37:55 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Okay, thanks for clarification.</p>
<p>Add this css at your customizer&#8217;s custom css under <strong>Admin &gt; Appearance</strong> with your preferred color.</p>
<pre><code>::selection {
  background: #ffb7b7 !important;
}
::-moz-selection {
  background: #ffb7b7 !important;
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103261</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103261</link>
					<pubDate>Fri, 12 Sep 2014 02:37:28 +0000</pubDate>
					<dc:creator>LedZappa</dc:creator>

					<description>
						<![CDATA[
						<p>That worked, but I am curious. I find CSS code to use, but it never seems to work. Sometimes it has a different prefix or is completely different than what you have supplied that works. Is there a special type of css I should be searching for that is WordPress specific or something.</p>
<p>In this case the one I found didn&#8217;t work. It appears that &#8220;!important&#8221; was the missing part. but usuall it is a prefix or &#8220;global&#8221; is added as well. </p>
<p>I kept searching and found a plugin that worked, but you posted the answer before I could come back and let you know, so thanks for your quick reply.</p>
<p>Here is what I had tried to put in my child theme CSS</p>
<p>::selection {<br />
  background: #ffb7b7; /* WebKit/Blink Browsers */<br />
}<br />
::-moz-selection {<br />
  background: #ffb7b7; /* Gecko Browsers */<br />
}</p>
<p>Thanks for your help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103285</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103285</link>
					<pubDate>Fri, 12 Sep 2014 04:15:06 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Yes, you may wish to use <strong>!important</strong> for letting the browsers that it is more prioritized. Or else, it will use recently declared styling.</p>
<p>If you will use a plugin then be sure that you removed <strong>!important</strong> from any custom css, OR add <strong>!important</strong> to your plugin&#8217;s styling too.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103905</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103905</link>
					<pubDate>Fri, 12 Sep 2014 23:06:39 +0000</pubDate>
					<dc:creator>LedZappa</dc:creator>

					<description>
						<![CDATA[
						<p>Got it done without plug-in.</p>
<p>Thanks for your help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103923</guid>
					<title><![CDATA[Reply To: Make Text Selectable On Site]]></title>
					<link>https://theme.co/archive/forums/topic/make-text-selectable-on-site/#post-103923</link>
					<pubDate>Fri, 12 Sep 2014 23:56:33 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Glad we were able to help 🙂 .</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

