<?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>BlueOwlCreative  &#187;  Topic: Table Background Color</title>
		<atom:link href="https://blueowlcreative.com/support_wp/forums/topic/table-background-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://blueowlcreative.com/support_wp/forums/topic/table-background-color/feed/</link>
		<description></description>
		<pubDate>Fri, 28 Aug 2026 05:51:49 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/table-background-color/#post-27933</guid>
					<title><![CDATA[Table Background Color]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/table-background-color/#post-27933</link>
					<pubDate>Tue, 12 Apr 2016 18:29:49 +0000</pubDate>
					<dc:creator>ariddleberger</dc:creator>

					<description>
						<![CDATA[
						<p>I can&#8217;t seem to find anything to change a table&#8217;s background hover color. If you have CSS to take off the default hover effect, that would be awesome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://blueowlcreative.com/support_wp/forums/topic/table-background-color/#post-27942</guid>
					<title><![CDATA[Reply To: Table Background Color]]></title>
					<link>https://blueowlcreative.com/support_wp/forums/topic/table-background-color/#post-27942</link>
					<pubDate>Wed, 13 Apr 2016 07:08:27 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Well sure, you can remove this in your style.css:</p>
<pre><code>.fortuna_table tr:hover td {
    background: rgba(8,173, 167, 0.07);
}</code></pre>
<p>Or you can overwrite it like so in your Theme options -> custom CSS:</p>
<pre><code>.fortuna_table tr:hover td {
    background: rgba(101, 101, 101, 0.12);
}</code></pre>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

