<?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: How do I call the background color?</title>
		<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color</link>
		<description>THE MOLITOR FORUMS &#187; Topic: How do I call the background color?</description>
		<language>en-US</language>
		<pubDate>Tue, 28 Apr 2026 09:53:41 +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/how-do-i-call-the-background-color" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24270</link>
			<pubDate>Thu, 31 Oct 2013 18:24:39 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24270@http://www.themolitor.com/forums/</guid>
			<description><p>You bet! :-)</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cmreif on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24268</link>
			<pubDate>Thu, 31 Oct 2013 13:25:51 +0000</pubDate>
			<dc:creator>cmreif</dc:creator>
			<guid isPermaLink="false">24268@http://www.themolitor.com/forums/</guid>
			<description><p>Thanks for the quick reply.  I think that is all I need for now.
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24248</link>
			<pubDate>Thu, 31 Oct 2013 08:58:49 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24248@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>There are two things happening here...</p>
<p>1. The core theme accent color is stored in the WordPress database and is accessible via PHP like this...</p>
<pre><code>$accentColor = get_theme_mod( &#039;themolitor_customizer_accent&#039;);</code></pre>
<p>2. The "background" shortcode color isn't stored in a database, but is grabbed via jQuery (custom.js) when you click the slider arrows and applied to the following items...</p>
<pre><code>var bgColorVar = jQuery(&#039;body, a.buttons.true, #mainLoadingContainer, .skills, #footerWrapper, #navigationWrapper, #galleryNav a.activeNav, .pagination a.activePaginate, body.respond .pagination a.activePaginate, #commentform input[type=&#34;submit&#34;],input[type=&#34;submit&#34;], #headerWrapper&#039;).not(&#039;.headPostinate a&#039;),
    aLink = jQuery(&#039;a, i.indicator, span.pageLink, span.menuLink,.nextPrevPaginate&#039;).not(&#039;#footerWrapper a, #headerWrapper a, #navigationWrapper a, a.buttons, .slideArrows, span.pageLink a, span.menuLink a&#039;);</code></pre>
<p>Items in the "bgColorVar" var get the color applied as a background and items in the "aLink" var get the color as a text color.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cmreif on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24235</link>
			<pubDate>Wed, 30 Oct 2013 11:40:45 +0000</pubDate>
			<dc:creator>cmreif</dc:creator>
			<guid isPermaLink="false">24235@http://www.themolitor.com/forums/</guid>
			<description><p>the set background color isn't just some variable that I can call?  How does the theme store the value for the background color exactly?
</p></description>
		</item>
		<item>
			<title>THE MOLITOR on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24234</link>
			<pubDate>Wed, 30 Oct 2013 11:36:07 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">24234@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Can you provide a link to your site? I'll look into this.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>cmreif on "How do I call the background color?"</title>
			<link>http://www.themolitor.com/forums/topic/how-do-i-call-the-background-color#post-24233</link>
			<pubDate>Wed, 30 Oct 2013 09:53:45 +0000</pubDate>
			<dc:creator>cmreif</dc:creator>
			<guid isPermaLink="false">24233@http://www.themolitor.com/forums/</guid>
			<description><p>The MISC theme provides a "background" shortcode where you can set the background color and image for the main page.  Is there some way to call/use the established background color for something else like a table heading?</p>
<p>I would like my table background to change with the main menu color.
</p></description>
		</item>

	</channel>
</rss>
