<?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 — Text too hard to read, need to change opacity or make text white]]></title>
		<link>https://juicebox.net/forum/viewtopic.php?id=284</link>
		<atom:link href="https://juicebox.net/forum/extern.php?action=feed&amp;tid=284&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Text too hard to read, need to change opacity or make text white.]]></description>
		<lastBuildDate>Sun, 26 Jul 2020 23:43:36 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17648#p17648</link>
			<description><![CDATA[<p>@winglet</p><p>As noted above, you can change the color for all gallery text via the <strong>textColor </strong>configuration option (in JuiceboxBuilder-Pro&#039;s &#039;Customize -&gt; Lite&#039; section).</p><p>If you want to change the color of only the image number in the caption area, then you can use the following CSS (changing the color value as necessary):<br /></p><div class="codebox"><pre><code>/* IMAGE NUMBER */
.jb-cap-frame .jbac-number {
    color: #ff0000 !important;
}</code></pre></div><p>For more information on formatting image titles and captions, please see <a href="https://juicebox.net/forum/viewtopic.php?id=5115">this forum thread</a>.</p>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Sun, 26 Jul 2020 23:43:36 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17648#p17648</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=17647#p17647</link>
			<description><![CDATA[<p>Ancient post, I know...but is there a CSS selector for the &quot;ImageNumber&quot; that displays to the right of the caption box? </p><p>I modified the CSS in theme.css to set a more suitable color for the &lt;title&gt; and &lt;caption&gt; text, but would like to get the &quot;1 of 20&quot; text to match...</p><p>Thank you!</p>]]></description>
			<author><![CDATA[null@example.com (winglet)]]></author>
			<pubDate>Sun, 26 Jul 2020 20:14:16 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=17647#p17647</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1245#p1245</link>
			<description><![CDATA[<p>Perfect! Thanks so much for the help. Juicebox is a wonderful gallery tool that has been a great addition to our site.</p>]]></description>
			<author><![CDATA[null@example.com (jarnold2)]]></author>
			<pubDate>Fri, 14 Sep 2012 14:16:43 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1245#p1245</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1243#p1243</link>
			<description><![CDATA[<p><strong>.jb-caption-title</strong> is, indeed, for the &lt;title&gt;. For the &lt;caption&gt;, use:<br /></p><div class="codebox"><pre><code>.jb-caption-desc {
    color: #ffffff;
}</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Fri, 14 Sep 2012 13:52:20 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1243#p1243</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1241#p1241</link>
			<description><![CDATA[<div class="quotebox"><cite>Steven wrote:</cite><blockquote><p>Try adding the Pro Option:<br /></p><div class="codebox"><pre><code>textColor=&quot;rgba(255,255,255,1)&quot;</code></pre></div><p>... in the WP-Juicebox &#039;Pro Options&#039; text area of your gallery&#039;s settings.</p><p>This does not change the caption color. If you look at this gallery, which has the options above added, and a mixture of title and captions, you will see that the captions are still dark gray:</p><p><a href="http://inside.akronchildrens.org/2012/06/21/surprise-visit-from-cleveland-browns-players-lifts-patients-spirits/">http://inside.akronchildrens.org/2012/0 … s-spirits/</a></p><p>Otherwise, your could add the following code to the end of the &#039;wp-juicebox/jbcore/classic/theme.css&#039; file:<br /></p><div class="codebox"><pre><code>.jb-caption-title{
    color: #ffffff;
}</code></pre></div><p>This does work if the title field is filled out. What would be the CSS fix so the captions show as white? I tried to add </p><p>.jb-caption{<br />&nbsp; &nbsp; color: #ffffff;<br />}</p><p>but that did not work</p><br /><p>You can also change the color of each caption individually by entering HTML code such as the following into the &#039;Caption&#039; text fields of your Media Library images:<br /></p><div class="quotebox"><blockquote><p>&lt;span style=&quot;color: #ffffff;&quot;&gt;Caption Text Goes Here&lt;/span&gt;</p></blockquote></div></blockquote></div><p>That&#039;s not really an option for us for the way our workflow is structured.</p><p>Thanks for your help. At least I&#039;m half way there.</p>]]></description>
			<author><![CDATA[null@example.com (jarnold2)]]></author>
			<pubDate>Fri, 14 Sep 2012 12:37:54 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1241#p1241</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1237#p1237</link>
			<description><![CDATA[<p>Try adding the Pro Option:<br /></p><div class="codebox"><pre><code>textColor=&quot;rgba(255,255,255,1)&quot;</code></pre></div><p>... in the WP-Juicebox &#039;Pro Options&#039; text area of your gallery&#039;s settings.</p><p>Otherwise, your could add the following code to the end of the &#039;wp-juicebox/jbcore/classic/theme.css&#039; file:<br /></p><div class="codebox"><pre><code>.jb-caption-title {
    color: #ffffff;
}</code></pre></div><p>You can also change the color of each caption individually by entering HTML code such as the following into the &#039;Caption&#039; text fields of your Media Library images:<br /></p><div class="quotebox"><blockquote><p>&lt;span style=&quot;color: #ffffff;&quot;&gt;Caption Text Goes Here&lt;/span&gt;</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (Steven @ Juicebox)]]></author>
			<pubDate>Thu, 13 Sep 2012 22:06:56 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1237#p1237</guid>
		</item>
		<item>
			<title><![CDATA[Re: Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1233#p1233</link>
			<description><![CDATA[<p>Was able to spend a bit more time looking into this. The caption text is using the text color from our body copy via inheritance. Not sure yet how to modify our CSS code to make the caption text white.</p><p>Thanks for any pointers.</p>]]></description>
			<author><![CDATA[null@example.com (jarnold2)]]></author>
			<pubDate>Thu, 13 Sep 2012 17:55:25 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1233#p1233</guid>
		</item>
		<item>
			<title><![CDATA[Text too hard to read, need to change opacity or make text white]]></title>
			<link>https://juicebox.net/forum/viewtopic.php?pid=1232#p1232</link>
			<description><![CDATA[<p>Here is an example of our galleries where the caption text is unreadable. </p><p><a href="http://inside.akronchildrens.org/category/news_events/fundraising_events/">http://inside.akronchildrens.org/catego … ng_events/</a></p><p>I can&#039;t seem to make any change in the CSS to work.&nbsp; Thanks for any pointers.</p><p>Jim</p>]]></description>
			<author><![CDATA[null@example.com (jarnold2)]]></author>
			<pubDate>Thu, 13 Sep 2012 17:35:30 +0000</pubDate>
			<guid>https://juicebox.net/forum/viewtopic.php?pid=1232#p1232</guid>
		</item>
	</channel>
</rss>
