<?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>All caps photo captions &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/all-caps-photo-captions/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 12:08:58 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268480</guid>
					<title><![CDATA[All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268480</link>
					<pubDate>Thu, 07 May 2015 21:18:50 +0000</pubDate>
					<dc:creator>Kate N</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;d like to lowercase the photo captions in X Ethos stack, but I&#8217;m not sure if it something I can change with CSS or some php that needs to be changed for each page template. I&#8217;m not seeing any CSS for the theme that&#8217;s setting the font styling for the captions.</p>
<p>Site has the latest WP: <a href="http://www.newmexiconewsport.com" rel="nofollow">http://www.newmexiconewsport.com</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268654</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268654</link>
					<pubDate>Fri, 08 May 2015 01:35:12 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Kate,</p>
<p>To transform photo captions in to lower case,  please add the following code in your Customizer via Appearance &gt; Customize &gt; Custom &gt; CSS:</p>
<pre><code>.h-entry-cover{
    text-transform: lowercase;
}
</code></pre>
<p>In case you want to capitalize first letter of the sentence, please add the following:</p>
<pre><code>.h-entry-cover:first-letter{
text-transform: capitalize
}</code></pre>
<p>Hope this helps.<br />
Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268742</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268742</link>
					<pubDate>Fri, 08 May 2015 03:51:37 +0000</pubDate>
					<dc:creator>Kate N</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you. That does work for the featured photos. What would be the CSS for all of the photos (captions) that are added to posts through the media gallery?</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268795</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-268795</link>
					<pubDate>Fri, 08 May 2015 05:20:24 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>To make the image caption capitalize, add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<p><code>.wp-caption-text {text-transform: capitalize !important;}</code></p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-269005</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-269005</link>
					<pubDate>Fri, 08 May 2015 12:27:50 +0000</pubDate>
					<dc:creator>Kate N</dc:creator>

					<description>
						<![CDATA[
						<p>Many thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-269033</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-269033</link>
					<pubDate>Fri, 08 May 2015 13:21:34 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-621957</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-621957</link>
					<pubDate>Mon, 12 Oct 2015 18:05:20 +0000</pubDate>
					<dc:creator>leannevenier</dc:creator>

					<description>
						<![CDATA[
						<p>HI there, I have the same question about Photo cAptions like Kate did above. i&#8217;m using Ethos Stack with the latest version of WP.</p>
<p>IN my case, I would like to have full control over all the letter cases in the captions. ie, your latest code makes every word in the caption capitalized but I would like to be able to control all the letters and make them fully case-sensitive<br />
<strong><br />
In other words, I would like to make the caption exactly as I type it in the caption box for each photo.</strong></p>
<p><strong>Example:<br />
&#8220;This is an EXAMPLE of how I would like my CAPTION to look. Sometimes I want to be able to CAPITALIZE the full word, and other times, I want to just capitalize the first letter of the word.&#8221;<br />
</strong></p>
<p>Here&#8217;s a page from my website with a photo and caption. You&#8217;ll see that the CAPITALIZED WORDS do override the formatting code, but every word is also capitalized (like it would be in a title). </p>
<blockquote class="wp-embedded-content" data-secret="3LQ1wG6Uh7"><p><a href="https://catalyticcolor.com/leanne-venier-8-steps-for-tapping-into-flow-state/" rel="nofollow">Leanne Venier&#8217;s 8 Steps for Tapping into Flow State</a></p></blockquote>
<p><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted" style="position: absolute; visibility: hidden;" title="&#8220;Leanne Venier&#8217;s 8 Steps for Tapping into Flow State&#8221; &#8212; REDjuvenator Quantum Light Therapy by Pioneering Expert, Leanne Venier" src="https://catalyticcolor.com/leanne-venier-8-steps-for-tapping-into-flow-state/embed/#?secret=rznOFv1MsF#?secret=3LQ1wG6Uh7" data-secret="3LQ1wG6Uh7" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></p>
<p>So can you please tell me the code to use to make the Caption text look EXACTLY as I type it in the caption box for each photo that I manually add to a page? </p>
<p>Maybe this? or something like this? (I think just replacing the word Captitalize with the proper CSS word might work: </p>
<p>.wp-caption-text {text-transform: case-sensitive !important;}</p>
<p>Since, as far as I know, there is nowhere that a photo caption will appear on my website unless I manually insert content into the caption box, I would like that caption box to override any hard coding that is added into the Ethos theme for the captions (which is set to capitalize every word in a caption).</p>
<p><strong>ALSO, can you tell me the code that I can add where I can manually change the font size of the Captions (they&#8217;re pretty tiny, so I&#8217;d like to be able to control the caption size, both sitewide (via the Custom-CSS-Customizer box) as well as on individual pages and photos via the Advanced Controls option on each page (which I&#8217;m guessing might be the same CSS code, but I only input it on certain pages or photos if I only want to affect that particular photo?)<br />
</strong></p>
<p>Hopefully this is clear! 🙂</p>
<p>Thanks for your help and the fabulous support!!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-622004</guid>
					<title><![CDATA[Reply To: All caps photo captions]]></title>
					<link>https://theme.co/archive/forums/topic/all-caps-photo-captions/#post-622004</link>
					<pubDate>Mon, 12 Oct 2015 18:35:09 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>You could try adding this code in your customizer&#8217;s custom CSS to make your photo case sensitive:</p>
<p><code>.wp-caption-text {text-transform: case-sensitive !important;}</code></p>
<p>To change the photo caption font size.</p>
<p>On a specific page you could add the page class.</p>
<p>for example, the page you shared above,</p>
<pre><code>.page-id-1266 .wp-caption-text {
font-size:12px !important;
}</code></pre>
<p>if you wantn to make it global font size, just remove the page class.</p>
<p>To locate post or page id, check this link: <a href="https://community.theme.co/kb/how-to-locate-post-ids/" rel="nofollow">https://community.theme.co/kb/how-to-locate-post-ids/</a></p>
<p>Hope it helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

