<?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>Filters on a  Section Background &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/filters-on-a-section-background/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/feed/</link>
		<description></description>
		<lastBuildDate>Tue, 14 Oct 2025 22:10:16 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313120</guid>
					<title><![CDATA[Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313120</link>
					<pubDate>Thu, 25 Jun 2015 21:28:00 +0000</pubDate>
					<dc:creator>dabigcheeze</dc:creator>

					<description>
						<![CDATA[
						<p>Is there any way to create a section using CSS filter so that only the background image is affected? Grayscale, Blur, color overlya, etc.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313250</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313250</link>
					<pubDate>Fri, 26 Jun 2015 00:32:12 +0000</pubDate>
					<dc:creator>Nico</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Thanks for writing in.</p>
<p>A little confused with your concern. Would you mind sharing as more details.</p>
<p>We understand is this, you want to add filter on a background image. You can directly add filter using in-line style for section or using your customizer&#8217;s custom CSS. For example.</p>
<pre><code>.yoursection {
   background-image: url(&#039;yourimage.png&#039;);
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}</code></pre>
<p>Hope it helps. You can share us your site and the section you want to add filter maybe we could share a CSS to add filter.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313995</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-313995</link>
					<pubDate>Fri, 26 Jun 2015 19:45:46 +0000</pubDate>
					<dc:creator>dabigcheeze</dc:creator>

					<description>
						<![CDATA[
						<p>This is more of a general question at this point. The above code does not work however when I tried it. Cornerstone provides for a background in a section; a color or an image. What I want is to use a background color through Cornerstone and then use some custom CSS to overlay a blurred, partially opaque image. I want to do this using CSS vs uploading separate images with the effects done in Photoshop. This way I can use a single image across the site and keep data loads minimized. </p>
<p>Your supplied code blurs everything in the section, background image, text, etc. I just want the background image affected by the filter.</p>
<p>Please advise.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314214</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314214</link>
					<pubDate>Sat, 27 Jun 2015 01:33:39 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Regretfully, at this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn&#8217;t mind providing us with a little more clarification on what it is you&#8217;re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we&#8217;ll be happy to provide you with a response once we have a better understanding of the situation.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314309</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314309</link>
					<pubDate>Sat, 27 Jun 2015 04:24:57 +0000</pubDate>
					<dc:creator>dabigcheeze</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m not sure how much clearer I can be. I want to use CSS filters to blur the background image of an x-section without the blur effect affecting everything within the section. The example CSS you provided to me blurs everything within the section, background, text, etc.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314407</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-314407</link>
					<pubDate>Sat, 27 Jun 2015 07:59:31 +0000</pubDate>
					<dc:creator>Christopher</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Please add a class name like <code>my-class</code> to the section where you added background image.</p>
<p>Now please add the following code from <strong>Customize -&gt; Custom -&gt; CSS</strong> :</p>
<pre><code>.my-class:before {
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(255,255,255, 0.5);
   content: &#039;&#039;;
   display: block;
}</code></pre>
<p>Hope it helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-355231</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-355231</link>
					<pubDate>Mon, 10 Aug 2015 18:54:10 +0000</pubDate>
					<dc:creator>alistair</dc:creator>

					<description>
						<![CDATA[
						<p>Did this work?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-355311</guid>
					<title><![CDATA[Reply To: Filters on a  Section Background]]></title>
					<link>https://theme.co/archive/forums/topic/filters-on-a-section-background/#post-355311</link>
					<pubDate>Mon, 10 Aug 2015 20:31:01 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p><a href="https://theme.co/archive/users/asw/" class="bbp-user-mention bbp-user-id-35351"> @asw</a></p>
<p>Could you please provide us with your URL to the page that you have tried to implement the above code, so that we can assist you further. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

