<?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>Darken Background Images on Content Banners through CSS &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 16:15:23 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-223089</guid>
					<title><![CDATA[Darken Background Images on Content Banners through CSS]]></title>
					<link>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-223089</link>
					<pubDate>Mon, 09 Mar 2015 05:52:13 +0000</pubDate>
					<dc:creator>benlaube</dc:creator>

					<description>
						<![CDATA[
						<p>Would be cool if you could easily darken background images that you assign to content bands.  I know this is possible through CSS and would be easiest to do rather than edit the image and re-upload it.  The CSS that&#8217;s needed is:</p>
<p>  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(&#8216;<a href="http://placehold.it/350&#215;150&#038;#8217" rel="nofollow">http://placehold.it/350&#215;150&#038;#8217</a>;);</p>
<p>However, it&#8217;s practically impossible to edit the CSS that controls the background image right now on Content bands</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-223208</guid>
					<title><![CDATA[Reply To: Darken Background Images on Content Banners through CSS]]></title>
					<link>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-223208</link>
					<pubDate>Mon, 09 Mar 2015 09:06:36 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Ben,</p>
<p>You can insert that code in the content band&#8217;s style field and it&#8217;ll override the background. I&#8217;ve tested it in my dev site.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-809031</guid>
					<title><![CDATA[Reply To: Darken Background Images on Content Banners through CSS]]></title>
					<link>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-809031</link>
					<pubDate>Tue, 23 Feb 2016 18:42:26 +0000</pubDate>
					<dc:creator>cliffhilton</dc:creator>

					<description>
						<![CDATA[
						<p>I cannot get this to work&#8230; I plug my image in the url spot and it show the image but is not transparent (darker) on top. And if I remove the image the background color is there (50% black). Any help here?</p>
<p>Using Cornerstone. Section background type is slashed out (tried with a background image as well). And I have this css in the style block. </p>
<p>background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(‘http://www.cliffhilton.com/corradovr6/wp-content/uploads/2016/02/my-car.jpg’);</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-809564</guid>
					<title><![CDATA[Reply To: Darken Background Images on Content Banners through CSS]]></title>
					<link>https://theme.co/archive/forums/topic/darken-background-images-on-content-banners-through-css/#post-809564</link>
					<pubDate>Wed, 24 Feb 2016 04:01:11 +0000</pubDate>
					<dc:creator>Lely</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>When I tried that CSS this is the result:<br />
<img decoding="async" src="http://oi65.tinypic.com/w8qb14.jpg" alt="" /></p>
<p>Do you want a transparent black on top of the image in a section like this:<br />
<img decoding="async" src="http://oi64.tinypic.com/hrylhw.jpg" alt="" /></p>
<p>If yes, please add class <strong>black-overlay</strong> on the section class field.<br />
Then add the following CSS on <strong>Settings &gt; Custom &gt; CSS</strong></p>
<pre><code>.black-overlay{
background: url(&#039;http://www.cliffhilton.com/corradovr6/wp-content/uploads/2016/02/my-car.jpg&#039;) center no-repeat !important;
position:relative;
}
.black-overlay:before{
background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;

}</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

