<?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>Applying a color overlay over a background video &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 11:23:43 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326705</guid>
					<title><![CDATA[Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326705</link>
					<pubDate>Fri, 10 Jul 2015 13:57:07 +0000</pubDate>
					<dc:creator>Timmid</dc:creator>

					<description>
						<![CDATA[
						<p>Hello i’m back with another question,</p>
<p>I’m trying to add a blue color overlay to my video background with some opacity so that the text over the video is easier to read. And it would be great if i could have different settings or no color on other pages.</p>
<p>I’ve been searching the forum, trying some CSS tips, but I can’t figure it out.</p>
<p><a href="http://club-van-100.nl/website/" rel="nofollow">http://club-van-100.nl/website/</a></p>
<p>Thx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326771</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326771</link>
					<pubDate>Fri, 10 Jul 2015 15:52:43 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Thanks for writing in!</p>
<p>Please add following CSS under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.home #x-section-1 .x-video.player.bg:before {
    content: &#039;&#039;;
    background: rgba(39, 69, 145, 0.44);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.home #x-section-1 .x-video.player.bg + .x-container {
    position: relative;
    z-index: 10;
}
</code></pre>
<p>This will only be applied on the homepage. </p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326777</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326777</link>
					<pubDate>Fri, 10 Jul 2015 15:57:31 +0000</pubDate>
					<dc:creator>Timmid</dc:creator>

					<description>
						<![CDATA[
						<p>Works great thx.</p>
<p>How can i edit the code if i want to use it on an other page with maybe an other color or less opacity?</p>
<p>thx in advance.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326964</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-326964</link>
					<pubDate>Fri, 10 Jul 2015 21:57:58 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>If you want to apply this on other pages, you need to remove the <code>.home</code> on the selector. To change the background color you can update the rgba value with <a href="http://www.december.com/html/spec/colorrgbadec.html" target="_blank" rel="nofollow">this table</a>. The last value there (<code>0.44</code>) is the alpha which is the opacity of your background colour.</p>
<p>e.g.<br />
background: rgba(0, 128, 128, 0.5); /*this would result to an light semi-transparent blue*/</p>
<p>Hope this shed some lights, Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-328417</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-328417</link>
					<pubDate>Mon, 13 Jul 2015 10:24:54 +0000</pubDate>
					<dc:creator>Timmid</dc:creator>

					<description>
						<![CDATA[
						<p>Thx for the help!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-328420</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-328420</link>
					<pubDate>Mon, 13 Jul 2015 10:26:35 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329842</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329842</link>
					<pubDate>Tue, 14 Jul 2015 13:55:41 +0000</pubDate>
					<dc:creator>Timmid</dc:creator>

					<description>
						<![CDATA[
						<p>Hello X Theme Staff,</p>
<p>On the home page of the site I now have the video background with a semi-transparent blue overlay. On the other pages I would like to have a background image. How can i apply the same semi-transparent blue overlay over the background images?</p>
<p>Thx in advance! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329885</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329885</link>
					<pubDate>Tue, 14 Jul 2015 14:40:51 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Timmid,</p>
<p>For that, you can add a CSS class for example <strong>blue-overlay</strong> to your section and following CSS code under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.x-section.blue-overlay {
    position: relative;
}

.x-section.blue-overlay:before {
    content: &#039;&#039;;
    background: rgba(39, 69, 145, 0.44);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: block;
}

.x-section.blue-overlay .x-container {
    position: relative;
    z-index: 10;
}
</code></pre>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329919</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329919</link>
					<pubDate>Tue, 14 Jul 2015 15:17:43 +0000</pubDate>
					<dc:creator>Timmid</dc:creator>

					<description>
						<![CDATA[
						<p>Works great. Thx!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329966</guid>
					<title><![CDATA[Reply To: Applying a color overlay over a background video]]></title>
					<link>https://theme.co/archive/forums/topic/applying-a-color-overlay-over-a-background-video/#post-329966</link>
					<pubDate>Tue, 14 Jul 2015 15:57:40 +0000</pubDate>
					<dc:creator>Thai</dc:creator>

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

					
					
				</item>

					
		
	</channel>
	</rss>

