<?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 to change link color, shop layout and make promo clickable? &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:29:22 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217735</guid>
					<title><![CDATA[How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217735</link>
					<pubDate>Sun, 01 Mar 2015 14:05:17 +0000</pubDate>
					<dc:creator>Julius</dc:creator>

					<description>
						<![CDATA[
						<p>Hi X</p>
<p>First of all, awesome theme you made, thanks!</p>
<p>Now, my questions are:</p>
<p>* How do i change the color of my links? Currently, when i make a link it highlights the text with a green color (which seems to be the same as the my &#8220;main color scheme&#8221;).<br />
Id like to change not all of the links, but just a specific one.<br />
Screenshot: <a href="http://imgur.com/YSKg61P" rel="nofollow">http://imgur.com/YSKg61P</a></p>
<p>* How can i change the layout of the (WooCommerce) category and shop pages? I&#8217;d like to make some few adjustments, is it possible that i can do it with Visual Composer or text editing and shortcodes?</p>
<p>* Is it possible to make a promo clickable? So that if you click the promo (doesn&#8217;t matter if its on the image or text) then it would take you to the link?</p>
<p>Link to my site if needed: <a href="http://www.vaegur.dk" rel="nofollow">http://www.vaegur.dk</a></p>
<p>Best regards<br />
Julius</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217753</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217753</link>
					<pubDate>Sun, 01 Mar 2015 14:28:17 +0000</pubDate>
					<dc:creator>Julius</dc:creator>

					<description>
						<![CDATA[
												]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217983</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-217983</link>
					<pubDate>Mon, 02 Mar 2015 00:39:53 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Julius,</p>
<p>The customizer will help you achieve what you want to change in your site. You can find it in <strong>Appearance &gt; Customize &gt; </strong></p>
<p># To change the color of the links, it is in customize &gt; <strong>Typography &gt; Site Links</strong> please the screenshot below<br />
<img decoding="async" src="//i.imgur.com/IPHjVer.png" alt="null" /></p>
<p>To change your link or a specific link, just add a custom class to your link like this: `&lt;a class=&#8221;my-link&#8221; href=&#8221;your-link-here&#8221;&gt;text link here&lt;/a&gt;. We will then use the custom class have a custom css to that link. In your customizer, there is a section &lt;strong&gt;Custom &gt; CSS&lt;/strong&gt; where we can insert a custom css like the code below:</p>
<pre><code>.my-link {
    color: #ffffff;
}

.my-link:hover {
    color: #cccccc;
}</code></pre>
<p># There is for the Woocommerce section too!<br />
&lt;img src=&#8221;<a href="http://i.imgur.com/B6tJpnb.png&#038;#8221" rel="nofollow">http://i.imgur.com/B6tJpnb.png&#038;#8221</a>; alt=&#8221;null&#8221; /&gt;</p>
<p># To make the promo clickable, just insert the promo shortcode like you used to. Please highlight the newly inserted shortcode and click insert/edit links button in the visual editor.<br />
&lt;img src=&#8221;<a href="http://i.imgur.com/2sFZjOV.png&#038;#8221" rel="nofollow">http://i.imgur.com/2sFZjOV.png&#038;#8221</a>; alt=&#8221;null&#8221; /&gt;</p>
<p>or you can use the code below as a pattern<br />
<code>&lt;a href=&quot;http://your-link.here&quot;&gt;[promo image=&quot;http://x.support/your-image.png&quot; alt=&quot;Enter in the alt text for your promo image.&quot;]You&#039;re using Renew. Click the button below to check out a live example of the Promo when using this Stack.[/promo]&lt;/a&gt;</code></p>
<p>Hope this will help.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-218630</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-218630</link>
					<pubDate>Mon, 02 Mar 2015 19:34:25 +0000</pubDate>
					<dc:creator>Julius</dc:creator>

					<description>
						<![CDATA[
						<p>Hi</p>
<p>I still got some problems with changing the link color</p>
<p>I think I&#8217;ve done it correctly, but the link still shows up as my main color. Try to see if you can spot any mistakes in these screenshots:<br />
(Note: click on them, the thumbnail looks like to identical images, but when you open them, they are not)<br />
<a href="http://imgur.com/wl36Dr8,vV18Vki#0" rel="nofollow">http://imgur.com/wl36Dr8,vV18Vki#0</a><br />
<a href="http://imgur.com/wl36Dr8,vV18Vki#1" rel="nofollow">http://imgur.com/wl36Dr8,vV18Vki#1</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-218841</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-218841</link>
					<pubDate>Tue, 03 Mar 2015 00:59:14 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Julius,</p>
<p>Your HTML syntax is wrong. You have double double quotes in <code>class=&quot;&quot;my-link&quot;&quot;</code>. Moreover, pretty quotes like <a href="http://prntscr.com/6c0hm4" rel="nofollow">http://prntscr.com/6c0hm4</a> won&#8217;t work. Please correct it.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-219436</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-219436</link>
					<pubDate>Tue, 03 Mar 2015 18:46:29 +0000</pubDate>
					<dc:creator>Julius</dc:creator>

					<description>
						<![CDATA[
						<p>That was the thing</p>
<p>Thank you so much 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-219709</guid>
					<title><![CDATA[Reply To: How to change link color, shop layout and make promo clickable?]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-change-link-color-and-shop-layout/#post-219709</link>
					<pubDate>Wed, 04 Mar 2015 01:44:45 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

