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

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/image-captions-all-caps/#post-310988</guid>
					<title><![CDATA[Image captions &#8211; all caps]]></title>
					<link>https://theme.co/archive/forums/topic/image-captions-all-caps/#post-310988</link>
					<pubDate>Tue, 23 Jun 2015 21:58:55 +0000</pubDate>
					<dc:creator>Jeff H</dc:creator>

					<description>
						<![CDATA[
						<p>When I add an image to a blog post (just via the regular WordPress editor), if I enter a caption, it shows up in all caps. This is annoying and hard to read. How do I get it to show up capitalized the way I typed it in? You&#8217;d think this would be the default&#8230;</p>
<p>I imagine it involves adding some snippet of code to my CSS, but exactly what I need to add eludes me. A quick Google search turned up one that converts it to what I think of as &#8220;title case&#8221; (capitalizing the first letter of nearly every word; that wasn&#8217;t the term the code used). That was, if anything, worse. I just want it to appear the way I typed it in, with NO changes to the capitalization at all.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/image-captions-all-caps/#post-311138</guid>
					<title><![CDATA[Reply To: Image captions &#8211; all caps]]></title>
					<link>https://theme.co/archive/forums/topic/image-captions-all-caps/#post-311138</link>
					<pubDate>Wed, 24 Jun 2015 01:52:32 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in! You can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<p>no changes<br />
<code>.wp-caption-text {text-transform: none !important;}</code></p>
<p> or</p>
<p>capitalizing the first letter:<br />
<code>.wp-caption-text {text-transform: capitalize !important;}</code></p>
<p>Hope it helps, Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

