<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>THE MOLITOR FORUMS &#187; Topic: Changing hyperlink color and appearance</title>
		<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Changing hyperlink color and appearance</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 06:35:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/changing-hyperlink-color-and-appearance" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36220</link>
			<pubDate>Tue, 29 Sep 2015 09:05:46 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36220@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for following up!
</p></description>
		</item>
		<item>
			<title>CIPuyleart on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36207</link>
			<pubDate>Mon, 28 Sep 2015 13:00:54 +0000</pubDate>
			<dc:creator>CIPuyleart</dc:creator>
			<guid isPermaLink="false">36207@http://www.themolitor.com/forums/</guid>
			<description><p>It may be considered "hitting it with a hammer" but I gave the following a try and it appears to be having the effect we were looking for:</p>
<p>a {color: #4282aa;}</p>
<p>It's changing all of the hyperlinks to be a specific color (when not hovered over), so that they stand out from the rest of the text.</p>
<p>Thanks again!
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36205</link>
			<pubDate>Mon, 28 Sep 2015 12:49:19 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36205@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Here's the current CSS styling for those elements...</p>
<pre><code>#topBar .searchform.active i,
#tabs, a,
#footer #copyright a,
.parentMenu &#62; a &#62; i,
.checkbox,
.stButton .sharethis,
#wp-calendar #prev a,
#wp-calendar #next a {
    color: #6d6d6d;
}</code></pre></description>
		</item>
		<item>
			<title>CIPuyleart on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36201</link>
			<pubDate>Mon, 28 Sep 2015 12:25:13 +0000</pubDate>
			<dc:creator>CIPuyleart</dc:creator>
			<guid isPermaLink="false">36201@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the reply.  When I tried changing the Accent Color, it would change the color of the icons next to the menu "expand" buttons, but not the actual links.  Using the Custom CSS info above and changing the color (I added !important to it as well, just to be sure), actually changed the color of the links themselves for the widgets.  So that gets me half-way there.</p>
<p>The other part is doing the same (changing hyperlink color) within the posts themselves.  For example, <a href="http://development.purelyprimal.com/2013/11/02/maple-apple-cranberry-breakfast-sausage/" rel="nofollow">http://development.purelyprimal.com/2013/11/02/maple-apple-cranberry-breakfast-sausage/</a> has three hyperlinks near the top of the post that I would like to highlight differently (when not hovered over) than the rest of the text. What is the call for that text within an actual post?</p>
<p>Thanks again for your help.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36195</link>
			<pubDate>Mon, 28 Sep 2015 09:32:15 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">36195@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>The link color uses your primary color setting. Is there another primary color that you can use? If not, here is the current CSS being applied to widget links...</p>
<pre><code>.widget a {
    color: #999;
}</code></pre>
<p>You can copy/paste that into the Custom CSS box on the Customize page and change the color hex value there.</p>
<p>Let me know if that helps.</p>
<p>Best,</p>
<p>Christopher
</p></description>
		</item>
		<item>
			<title>CIPuyleart on "Changing hyperlink color and appearance"</title>
			<link>http://www.themolitor.com/forums/topic/changing-hyperlink-color-and-appearance#post-36187</link>
			<pubDate>Mon, 28 Sep 2015 08:57:20 +0000</pubDate>
			<dc:creator>CIPuyleart</dc:creator>
			<guid isPermaLink="false">36187@http://www.themolitor.com/forums/</guid>
			<description><p>We've recently purchased The Kitchen Table for our website, and are in the process of getting things set up.  One thing that we've run into is that hyperlinks within the widgets and the body of posts are a bit difficult to discern from the rest of the text (in the widget area, they are a slightly lighter shade of grey, and in the body of posts, they appear to simply be the same color as the rest of the text).</p>
<p>Is there some custom CSS code that we can drop into the customizer that will provide a different color and/or an underline to hyperlinks?  I'm brand new to editing CSS code, so trying to figure out where to even start is like a needle in a haystack.</p>
<p>The site, for reference, is <a href="http://development.purelyprimal.com" rel="nofollow">http://development.purelyprimal.com</a> (eventually that will lose the "development" part when the changes go live).
</p></description>
		</item>

	</channel>
</rss>
