<?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>BlueOwlCreative  &#187;  Topic: Apply transparent white background to the row/column</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/feed/</link>
		<description></description>
		<pubDate>Tue, 21 Jul 2026 06:01:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27351</guid>
					<title><![CDATA[Apply transparent white background to the row/column]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27351</link>
					<pubDate>Thu, 25 Feb 2016 11:46:49 +0000</pubDate>
					<dc:creator>psed</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_razz.gif" alt=":P" class="wp-smiley" /> </p>
<p>I wonder if it is possible to apply a transparent white background to the column, ONLY on the mobile verision?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27361</guid>
					<title><![CDATA[Reply To: Apply transparent white background to the row/column]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27361</link>
					<pubDate>Fri, 26 Feb 2016 06:57:52 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there,</p>
<p>Sure, you could do that with a custom CSS class, add it to your column (for example &#8220;my_mobile_transparent&#8221;).<br />
Then with css (use page Settings) define your background color for this class only below a certain resolution like so:</p>
<pre><code>@media only screen and (max-width: 768px) {
.my_mobile_transparent {
background: rgba(255,255,255,0.3)!important;
}
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27372</guid>
					<title><![CDATA[Reply To: Apply transparent white background to the row/column]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27372</link>
					<pubDate>Fri, 26 Feb 2016 15:32:02 +0000</pubDate>
					<dc:creator>psed</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27387</guid>
					<title><![CDATA[Reply To: Apply transparent white background to the row/column]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/apply-transparent-white-background-to-the-rowcolumn/#post-27387</link>
					<pubDate>Mon, 29 Feb 2016 09:31:25 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Same way, define a custom class, then override the default margin-top/padding-top properties like you did earlier with the background. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

