<?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>Heading hover color wrong &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/heading-hover-color-wrong/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/feed/</link>
		<description></description>
		<lastBuildDate>Thu, 25 Dec 2025 19:50:55 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186324</guid>
					<title><![CDATA[Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186324</link>
					<pubDate>Mon, 19 Jan 2015 18:36:13 +0000</pubDate>
					<dc:creator>Branko K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>I set my heading to a blue color, and my link hover color to a green.</p>
<p>My headings display correctly, and links work well. But when I make a heading into a link, the hover color is red. I believe that is the link hover color set in the theme by default.</p>
<p>The problem occurs on this page that I&#8217;m making &#8211; <a href="http://brankokral.net/newsite/stem-cell-therapy" rel="nofollow">http://brankokral.net/newsite/stem-cell-therapy</a>. All h3&#8217;s are that way, e.g. Stem Cells for Joints and Soft Tissue.</p>
<p>I&#8217;m running WP 4.0, X version 3.1.1.</p>
<p>Thank you very much for your time,<br />
Branko</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186467</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186467</link>
					<pubDate>Tue, 20 Jan 2015 00:05:29 +0000</pubDate>
					<dc:creator>Branko K</dc:creator>

					<description>
						<![CDATA[
						<p>Update: I used custom CSS to set hover color of that particular element. But maybe it&#8217;s good feedback for you &#8211; personally I&#8217;d love for my customizer link hover color to work for all links, even those in headings.<br />
Best,<br />
Branko</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186644</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-186644</link>
					<pubDate>Tue, 20 Jan 2015 08:36:26 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Glad you&#8217;ve sorted it out Branko.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-268471</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-268471</link>
					<pubDate>Thu, 07 May 2015 20:50:29 +0000</pubDate>
					<dc:creator>pnbnsv</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>I have the same problem. Can you help with the CSS code to solve it?</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-268577</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-268577</link>
					<pubDate>Thu, 07 May 2015 23:41:13 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>To change the link and hover color of blog posts kindly add this under <strong>Custom &gt; CSS </strong>in the <strong>Customizer</strong>:</p>
<pre><code>h2.entry-title a {
    color: #ff1900 !important;
}

h2.entry-title a:hover {
    color: #1e73be !important;
}</code></pre>
<p>Let us know how it goes and if that&#8217;s what you looking for.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269118</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269118</link>
					<pubDate>Fri, 08 May 2015 16:14:35 +0000</pubDate>
					<dc:creator>pnbnsv</dc:creator>

					<description>
						<![CDATA[
						<p>Thanks for your reply.</p>
<p>Actually it is not the blog post I want to change but the custom-headline link in a content-band of a page.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269239</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269239</link>
					<pubDate>Fri, 08 May 2015 19:54:53 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in! To assist you with this issue, we&#8217;ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269251</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269251</link>
					<pubDate>Fri, 08 May 2015 20:12:51 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please try this code instead</p>
<pre><code>.x-content-band .h-custom-headline span:hover {
	color: red;
}</code></pre>
<p>Feel free to change the red value to any color. Provide us URL if this does not solve the issue.</p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269269</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269269</link>
					<pubDate>Fri, 08 May 2015 21:16:45 +0000</pubDate>
					<dc:creator>pnbnsv</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269415</guid>
					<title><![CDATA[Reply To: Heading hover color wrong]]></title>
					<link>https://theme.co/archive/forums/topic/heading-hover-color-wrong/#post-269415</link>
					<pubDate>Sat, 09 May 2015 01:28:17 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for the clarification, add the code below to your custom css</p>
<pre><code>.x-promo .h-custom-headline span a:hover {
	color: blue;
}</code></pre>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

