<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Juicebox Support Forum — Frame colour when selected]]></title>
		<link>https://juicebox.net/forum/viewtopic.php?id=5137</link>
		<atom:link href="https://juicebox.net/forum/extern.php?action=feed&amp;tid=5137&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Frame colour when selected.]]></description>
		<lastBuildDate>Sun, 19 Apr 2020 23:13:47 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Frame colour when selected]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17526#p17526</link>
			<description><![CDATA[<p>There is only one thumbnail frame color configuration option (<strong>thumbFrameColor</strong>) which is used for both a rolled-over thumbnail and a selected thumbnail.<br /> You can distinguish between a selected thumbnail and a rolled-over thumbnail using frame widths:</p><p><strong>thumbFrameWidth </strong>(for a regular thumbnail)<br /><strong>thumbHoverFrameWidth </strong>(for a rolled-over thumbnail)<br /><strong>thumbSelectedFrameWidth </strong>(for a selected&nbsp; thumbnail)</p><p>All of these options can be found in JuiceboxBuilder-Pro&#039;s &#039;Customize -&gt; Thumbnails&#039; section.</p><p>If you really want to change the frame color of a selected thumbnail, then you&#039;d need to do so using CSS.<br />Try adding the following CSS to the &lt;head&gt; section of your gallery&#039;s web page (changing the actual color value as required):<br /></p><div class="codebox"><pre><code>&lt;style&gt;
    .jb-thm-thumb-selected .jb-idx-thb-frame {
        border-color: #ff0000 !important;
    }
&lt;/style&gt;</code></pre></div><p>Alternatively, you could add this CSS to the bottom of your gallery&#039;s &#039;<em>jbcore/classic/theme.css</em>&#039; file (without the &lt;style&gt; ... &lt;/style&gt; tags).</p><p>I hope this helps.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Sun, 19 Apr 2020 23:13:47 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17526#p17526</guid>
		</item>
		<item>
			<title><![CDATA[Frame colour when selected]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17524#p17524</link>
			<description><![CDATA[<p>I do not see any config option for setting the thumb frame colour when selected.</p><p>Is it missing?</p>]]></description>
			<author><![CDATA[null@example.com (jwcalvert)]]></author>
			<pubDate>Sun, 19 Apr 2020 19:25:00 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17524#p17524</guid>
		</item>
	</channel>
</rss>
