<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>customize-wordpress-image-caption &#8211; Extreme Web Designs</title>
	<atom:link href="https://theextremewebdesigns.com/blog/tag/customize-wordpress-image-caption/feed/" rel="self" type="application/rss+xml" />
	<link>https://theextremewebdesigns.com/blog</link>
	<description>Web Design and Web Development</description>
	<lastBuildDate>Thu, 05 Jul 2012 18:22:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
<site xmlns="com-wordpress:feed-additions:1">156673191</site>	<item>
		<title>How to Customize WordPress Image Caption</title>
		<link>https://theextremewebdesigns.com/blog/how-to-customize-wordpress-image-caption/</link>
					<comments>https://theextremewebdesigns.com/blog/how-to-customize-wordpress-image-caption/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Thu, 05 Jul 2012 18:22:31 +0000</pubDate>
				<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[customize-wordpress-image-caption]]></category>
		<category><![CDATA[wordpress-tips]]></category>
		<guid isPermaLink="false">https://theextremewebdesigns.com/blog/?p=1018</guid>

					<description><![CDATA[Have you ever wanted to customize WordPress Image Caption because you hated the way it appears by default in your articlet? By default, the styling of an image caption &#38; its associated image is not that great. In this article, you can easily learn how to customize wordpress image caption by using CSS. Customize WordPress Image [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Have you ever wanted to customize WordPress Image Caption because you hated the way it appears by default in your articlet? By default, the styling of an image caption &amp; its associated image is not that great. In this article, you can easily learn how to <strong>customize wordpress image caption by using CSS</strong>.<span id="more-1018"></span></p>
<h2>Customize WordPress Image Caption easily using CSS</h2>
<p>Ok, so let me show you what I am talking about. <strong>To customize wordpress image caption, you can simply apply the CSS</strong> that I have provided to you further below. But in case you want to know what image caption is, simply go to your Media upload section of your WordPress blog and try to upload an image. Once you have uploaded it, you will be presented with other options for the image such as it&#8217;s caption, description, ,alignment, etc. you can find the Image caption.</p>
<h3>Here&#8217;s the before and after results of Customize WordPress Image Caption</h3>
<p>So I was able to <em><strong>customize WordPress image caption easily</strong></em> for a recent project of mine.</p>
<p><strong>Here&#8217;s an image of the Image with it&#8217;s caption before any formatting is applied:</strong></p>
<p style="text-align: center;"><a href="https://theextremewebdesigns.com/blog/wp-content/uploads/2012/07/wordpress_image_caption_before.png" class="broken_link"><img decoding="async" class="aligncenter size-thumbnail wp-image-1019" title="Customize WordPress Image Caption - Before applying formatting" alt="Customize WordPress Image Caption" src="https://theextremewebdesigns.com/blog/wp-content/uploads/2012/07/wordpress_image_caption_before-150x150.png" width="150" height="150" /></a></p>
<p><strong>And here is the result after applying our CSS:</strong></p>
<p style="text-align: center;"><a href="https://theextremewebdesigns.com/blog/wp-content/uploads/2012/07/wordpress_image_caption_after.png" class="broken_link"><img decoding="async" class="aligncenter size-thumbnail wp-image-1020" title="Customize WordPress Image Caption - After applying formatting" alt="Customize WordPress Image Caption" src="https://theextremewebdesigns.com/blog/wp-content/uploads/2012/07/wordpress_image_caption_after-150x150.png" width="150" height="150" /></a></p>
<p>So if you compare the above 2 images, you can notice how different and better the 2nd image looks. We are going to achieve similar result by using just CSS. Following is the CSS that I used to customize image caption for a recent project of mine.</p>
<pre class="lang:css decode:true">/*Customize Image Caption*/
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}</pre>
<p>You can now easily tweak the values and background colors and other settings to suit your website.  So that&#8217;s how you can<strong> Customize WordPress Image Caption.</strong></p>
<h5>Your Turn!</h5>
<p>Do you know of any other ways to <em><strong>customize WordPress image caption</strong></em>? Feel free to suggest by commenting below.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://theextremewebdesigns.com/blog/how-to-customize-wordpress-image-caption/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1018</post-id>	</item>
	</channel>
</rss>
