<?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: Css problem</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/css-problem/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/feed/</link>
		<description></description>
		<pubDate>Fri, 17 Jul 2026 19:42:02 +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/css-problem/#post-34355</guid>
					<title><![CDATA[Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34355</link>
					<pubDate>Thu, 05 Dec 2019 09:19:29 +0000</pubDate>
					<dc:creator>Davide09Tex</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
I don&#8217;t know why I can&#8217;t set in green the text &#8220;CHIAMA SUBITO&#8221; in <a href="http://www.poliedra.it/Nuovo/clienti-e-partner/" rel="nofollow">http://www.poliedra.it/Nuovo/clienti-e-partner/</a><br />
I set a Extra class name &#8220;testoverde&#8221; in the column and in the Top icon box setting and the code<br />
.testoverde{<br />
    color:#48AD0A;<br />
}<br />
in the tab custom CSS in the theme options but it does&#8217;t work!</p>
<p>It&#8217;s not the unique issue with the css because I can&#8217;t center a button in a row!<br />
Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34364</guid>
					<title><![CDATA[Reply To: Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34364</link>
					<pubDate>Thu, 05 Dec 2019 20:25:22 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You assign the class to the element but as you can see the top icon box is an element that consists of different elements within it, you have to targer the specific child within that element! Dev tools is your best tool here, check this out:</p>
<p><a href="https://imgur.com/a/FliNyjs" rel="nofollow">https://imgur.com/a/FliNyjs</a></p>
<p>So in your case you need to do this:</p>
<p><a href="https://imgur.com/a/FliNyjs" rel="nofollow">https://imgur.com/a/FliNyjs</a></p>
<pre><code>.testoverde h3 a {
    color: #47ab0a!important;
}</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34365</guid>
					<title><![CDATA[Reply To: Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34365</link>
					<pubDate>Thu, 05 Dec 2019 20:26:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Centering a button in a row? Simply add this class to the column where the button is &#8220;center&#8221;. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34376</guid>
					<title><![CDATA[Reply To: Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34376</link>
					<pubDate>Fri, 06 Dec 2019 09:47:10 +0000</pubDate>
					<dc:creator>Davide09Tex</dc:creator>

					<description>
						<![CDATA[
						<p>with that code become green also the RICHIEDI UN PREVENTIVO but I don&#8217;t want that: how can I resolve?<br />
Thank you!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34377</guid>
					<title><![CDATA[Reply To: Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34377</link>
					<pubDate>Fri, 06 Dec 2019 10:05:59 +0000</pubDate>
					<dc:creator>Davide09Tex</dc:creator>

					<description>
						<![CDATA[
						<p>I want to align in the middle just the CONTATTACI PER SAPERNE DI PIU&#8217; and not the text</p>
<p><a href="http://www.poliedra.it/Nuovo/" rel="nofollow">http://www.poliedra.it/Nuovo/</a></p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34384</guid>
					<title><![CDATA[Reply To: Css problem]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/css-problem/#post-34384</link>
					<pubDate>Fri, 06 Dec 2019 14:25:01 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>Well remove the testoverde class from the col/row that holds both items! You have it there as well as within the first element only. <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_wink.gif" alt=";)" class="wp-smiley" /> </p>
<p>As for the button &#8211; place a new row inside that column and in it at the &#8216;center&#8217; class. </p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

