<?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>Header: Get rid of the drop shadow &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/feed/</link>
		<description></description>
		<lastBuildDate>Fri, 17 Oct 2025 02:33:48 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187295</guid>
					<title><![CDATA[Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187295</link>
					<pubDate>Wed, 21 Jan 2015 03:14:11 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

					<description>
						<![CDATA[
						<p>Is there anyway I can rid my page of the drop shadow on the header bar and just have it plain ol&#8217; boring white?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187296</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187296</link>
					<pubDate>Wed, 21 Jan 2015 03:15:27 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

					<description>
						<![CDATA[
						<p>Sorry i meant the NAVBAR</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187484</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-187484</link>
					<pubDate>Wed, 21 Jan 2015 09:46:13 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Travis,</p>
<p>Please give us the URL of your site so we could see the current setup.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-188743</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-188743</link>
					<pubDate>Thu, 22 Jan 2015 06:24:32 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

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

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189300</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189300</link>
					<pubDate>Thu, 22 Jan 2015 19:36:21 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>Thanks for providing the details. To get rid of box shadow, just add the following CSS code via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.x-navbar {
border-bottom: none !important;
box-shadow: none !important;
}</code></pre>
<p>To center the content and images in portfolio pages, use this code:</p>
<pre><code>.x-portfolio .entry-info {
float: none !important;
margin: 0 auto !important;
}</code></pre>
<p>To remove the border box on portfolio pages only, use this code:</p>
<pre><code>.single-x-portfolio .entry-wrap {
box-shadow: none !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189525</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189525</link>
					<pubDate>Thu, 22 Jan 2015 23:41:28 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

					<description>
						<![CDATA[
						<p>Perfect!</p>
<p>Just a few last things. (I PROMISE!!!)</p>
<p>&#8211; Get rid of the shadow box on the ABOUT ME page</p>
<p>&#8211; When i enter the portfolio item there is a line still at the top. Can I get rid of that also</p>
<p>&#8211; In the Portfolio page can i get rid of the shadow around each item? </p>
<p>&#8211; Make the Footer black and remove shadow</p>
<p>Thanks again for all your help. Easily the most amazing theme and support team.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189526</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-189526</link>
					<pubDate>Thu, 22 Jan 2015 23:42:56 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

					<description>
						<![CDATA[
						<p> &#8211; The hover on the portfolio page items be changed just to a coloured square instead of the chain link.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-190171</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-190171</link>
					<pubDate>Fri, 23 Jan 2015 18:41:46 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hi again,</p>
<p>&#8211; To get rid of shadow box on all pages, you can use the following code:</p>
<pre><code>.entry-wrap {
box-shadow: none !important;
}</code></pre>
<p>&#8211; To remove the line on portfolio pages:</p>
<pre><code>.has-post-thumbnail .entry-featured {
border-bottom: none !important;
}</code></pre>
<p>&#8211; For the portfolio items, try this:</p>
<pre><code>.entry-featured {
box-shadow: none;
}
</code></pre>
<p>For Footer, use this code:</p>
<pre><code>.x-colophon {
background-color: #000;
box-shadow: none;
color: #fff !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-193113</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-193113</link>
					<pubDate>Wed, 28 Jan 2015 02:51:40 +0000</pubDate>
					<dc:creator>Travis H</dc:creator>

					<description>
						<![CDATA[
						<p>Hey I was hoping you&#8217;d be able to have a look at my portfolio item &#8220;DUCKING GOOD&#8221; and tell me why my featured image is showing at the top of the page. I&#8217;ve tried a heap of options and can&#8217;t seem to get rid of it.</p>
<p>Also I was hoping to change the Hover on the portfolio page from the Link (in a blue circle) to a blue rectangle.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-193733</guid>
					<title><![CDATA[Reply To: Header: Get rid of the drop shadow]]></title>
					<link>https://theme.co/archive/forums/topic/header-get-rid-of-the-drop-shadow/#post-193733</link>
					<pubDate>Wed, 28 Jan 2015 20:41:51 +0000</pubDate>
					<dc:creator>Nabeel A</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Travis,</p>
<p>To remove the featured images from portfolio items, add the following CSS code via <strong>Appearance &gt; Customize &gt; Custom &gt; CSS:</strong></p>
<pre><code>.single-x-portfolio .has-post-thumbnail .entry-featured {
display: none !important;
}</code></pre>
<p>To make the hover icon rectangle, use this code:</p>
<pre><code>.entry-thumb:before {
border-radius: 0 !important;
}</code></pre>
<p>Let us know how this goes!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

