<?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>How te create border around columns and add hover color? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 18:23:29 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-111776</guid>
					<title><![CDATA[How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-111776</link>
					<pubDate>Wed, 24 Sep 2014 21:46:50 +0000</pubDate>
					<dc:creator>Aida M</dc:creator>

					<description>
						<![CDATA[
						<p>hi,<br />
my customer asked me to recreate the styling of boxed content from this page <a href="http://www.thegreencreator.com" rel="nofollow">http://www.thegreencreator.com</a> (please see the boxed articles in the middle of the page). my customer is asking me to create 4 blocks which are outlined (have a border) and this outline/border changes color when you hover over it.<br />
can you please help me with this? my website is <a href="http://oilivia.nl/wordpress/" rel="nofollow">http://oilivia.nl/wordpress/</a> i already made 2 rows with 2 columns, but now need to add the outline/border and add hover color.<br />
thanks in advance for your help!<br />
regards,<br />
aida </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-111803</guid>
					<title><![CDATA[Reply To: How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-111803</link>
					<pubDate>Wed, 24 Sep 2014 22:13:04 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Add a special class to reflect those columns (Eg:&#8221;my-block&#8221;) and follow the example below. Place the CSS code into the Customizer, <strong>Custom &gt; CSS</strong> section using the menu <strong>Appearance -&gt; Customize</strong>. </p>
<pre><code>
.my-block {
	border: 1px solid black;
}
.my-block:hover {
	border: 1px solid red;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-112051</guid>
					<title><![CDATA[Reply To: How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-112051</link>
					<pubDate>Thu, 25 Sep 2014 07:44:57 +0000</pubDate>
					<dc:creator>Aida M</dc:creator>

					<description>
						<![CDATA[
						<p>this worked fine! thank you so much!!! 🙂 </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-112093</guid>
					<title><![CDATA[Reply To: How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-112093</link>
					<pubDate>Thu, 25 Sep 2014 09:31:23 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-368073</guid>
					<title><![CDATA[Reply To: How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-368073</link>
					<pubDate>Mon, 24 Aug 2015 22:35:51 +0000</pubDate>
					<dc:creator>Aquor</dc:creator>

					<description>
						<![CDATA[
						<p>Does this method work with hex colors as well? I&#8217;ve tried replacing &#8220;border: 1px solid black;&#8221; with &#8220;border: 1px #000;&#8221; and it stops working &#8212; what am I overlooking?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-368273</guid>
					<title><![CDATA[Reply To: How te create border around columns and add hover color?]]></title>
					<link>https://theme.co/archive/forums/topic/how-te-create-border-around-columns-and-add-hover-color/#post-368273</link>
					<pubDate>Tue, 25 Aug 2015 03:17:56 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in! </p>
<p>Request you to kindly update your code with the following <code>border: 1px solid #000 !important;</code>. If your are still facing the problem kindly share URL of your website. </p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

