<?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 make Link Hover go bold in CSS &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 17:47:49 +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-make-link-hover-go-bold-in-css/#post-172408</guid>
					<title><![CDATA[How to make Link Hover go bold in CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-172408</link>
					<pubDate>Mon, 29 Dec 2014 00:31:20 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Team,</p>
<p>Could you please provide me with Custom CSS code that bolds all the links when Hovered?  I was able to use the Customeizer to change the Hover to go RED but I also want it to go bold.</p>
<p>I used the following in Custom CSS inside Customizer but it doesn&#8217;t seem to have any effect:</p>
<p>a:hover {<br />
font-weight: bold;<br />
}</p>
<p>My website is <a href="http://www.westsidevirtual.com" rel="nofollow">http://www.westsidevirtual.com</a> and I am using WordPress 4.1 running X theme, Renew Stack, Revolution Slider Version 4.6.0, X Shortcodes Version 2.6.1, Revolution Slider Version 4.6.0.</p>
<p>Thank you for your help!</p>
<p>Pamela D</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-172497</guid>
					<title><![CDATA[Reply To: How to make Link Hover go bold in CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-172497</link>
					<pubDate>Mon, 29 Dec 2014 05:10:50 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Pamela,</p>
<p>Please add the code below in the <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong>.</p>
<pre><code>a:hover {
    font-weight: bold !important;
}</code></pre>
<p>Hope that helps. 🙂</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-173111</guid>
					<title><![CDATA[Reply To: How to make Link Hover go bold in CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-173111</link>
					<pubDate>Tue, 30 Dec 2014 02:09:45 +0000</pubDate>
					<dc:creator>Pamela</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you very much!  That worked!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-173244</guid>
					<title><![CDATA[Reply To: How to make Link Hover go bold in CSS]]></title>
					<link>https://theme.co/archive/forums/topic/how-to-make-link-hover-go-bold-in-css/#post-173244</link>
					<pubDate>Tue, 30 Dec 2014 08:31:39 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

