<?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>Remove background color a slider that has transparent images &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:13:03 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-305964</guid>
					<title><![CDATA[Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-305964</link>
					<pubDate>Thu, 18 Jun 2015 12:24:31 +0000</pubDate>
					<dc:creator>ClaudiaR</dc:creator>

					<description>
						<![CDATA[
						<p>Hello!<br />
First of all, I&#8217;m loving cornerstone.<br />
I&#8217;m working much faster than with shortcodes (I never understood VC).</p>
<p>Problem:<br />
I can&#8217;t remove the background color of a slider. The images on the slider have a transparent background, but it looks grey. I&#8217;d like it to show the background of the section, which is a parallax image.</p>
<p>Can someone help me code this?<br />
I&#8217;ll post my website url as a hidden response.</p>
<p>Thanks, Clau</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-305968</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-305968</link>
					<pubDate>Thu, 18 Jun 2015 12:25:38 +0000</pubDate>
					<dc:creator>ClaudiaR</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-306139</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-306139</link>
					<pubDate>Thu, 18 Jun 2015 15:51:44 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-314640</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-314640</link>
					<pubDate>Sat, 27 Jun 2015 17:26:35 +0000</pubDate>
					<dc:creator>ClaudiaR</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Staff!<br />
I didn&#8217;t say the background image on the first container.<br />
I said the background color of the SLIDER, under CERTIFIED BY. The <strong>images on the slider</strong> have a transparent background, but it looks grey. I’d like it to show the background of the section, which is a parallax image.</p>
<p>Am I explaining myself correctly? Ask me if you need more clarification, and/or give me directions on how to point you on the right direction. (Would a screenshot help?)</p>
<p>Hope this helps,</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-314822</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-314822</link>
					<pubDate>Sun, 28 Jun 2015 02:02:42 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>We apologize for the confusion. How about we try this again. To remove the grey background color of the slider, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.x-flexslider-shortcode-container.with-container,
.x-flexslider-shortcode-container .x-flexslider-shortcode {
    background-color: transparent;
}</code></pre>
<p>If you want to remove the border as well, you can use this code instead:</p>
<pre><code>.x-flexslider-shortcode-container.with-container,
.x-flexslider-shortcode-container .x-flexslider-shortcode {
    background-color: transparent;
    border: none;
}</code></pre>
<p>Please let us know if this works out for you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-819067</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-819067</link>
					<pubDate>Tue, 01 Mar 2016 21:54:40 +0000</pubDate>
					<dc:creator>Gregtie</dc:creator>

					<description>
						<![CDATA[
						<p>Helpful for me too, worked perfect! many thanks Greg  </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-819377</guid>
					<title><![CDATA[Reply To: Remove background color a slider that has transparent images]]></title>
					<link>https://theme.co/archive/forums/topic/remove-background-color-a-slider-that-has-transparent-images/#post-819377</link>
					<pubDate>Wed, 02 Mar 2016 03:17:00 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Happy to hear that. Feel free to ask us again. Have a great day! 🙂</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

