<?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>breadcrumbs link color &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/breadcrumbs-link-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/feed/</link>
		<description></description>
		<lastBuildDate>Wed, 12 Nov 2025 10:37:54 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90091</guid>
					<title><![CDATA[breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90091</link>
					<pubDate>Fri, 22 Aug 2014 13:29:47 +0000</pubDate>
					<dc:creator>Tatiana S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>The site is <a href="http://www.healthbenefitsofwater.com" rel="nofollow">http://www.healthbenefitsofwater.com</a> and I&#8217;m using Ethos with a child.</p>
<p>My problem:</p>
<p>I was able to change the color for the top main navigation, so I made the background blue and the links white. Unfortunately this cause the change in the color for the breadcrumbs links as well &#8211; they appear white, so invisible 🙂</p>
<p>I tried different css settings shown below and none worked 🙁</p>
<p># breadcrumbs a {<br />
	color: #0263AA;<br />
}<br />
.v:Breadcrumb a {<br />
	color: #0263AA;<br />
}</p>
<p>.x-breadcrumbs .current a {<br />
	color: #0263AA;<br />
}</p>
<p>Please help.</p>
<p>Thanks,</p>
<p>Tatiana</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90105</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90105</link>
					<pubDate>Fri, 22 Aug 2014 13:47:27 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tatiana,</p>
<p>Thank you for writing in!</p>
<p>Glad to hear you are making changes by yourself 🙂</p>
<p>The above issue can easily be solved by using the following CSS code instead:</p>
<pre><code>.x-breadcrumb-wrap a, .x-breadcrumbs .delimiter {
   color: #bababa;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90200</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90200</link>
					<pubDate>Fri, 22 Aug 2014 15:45:31 +0000</pubDate>
					<dc:creator>Tatiana S</dc:creator>

					<description>
						<![CDATA[
						<p>Thank you 🙂 </p>
<p>Unfortunately it doesn&#8217;t work 🙁</p>
<p>Take a look at this for example: <a href="http://www.healthbenefitsofwater.com/category/drinking-water/why-we-should-be-drinking-water/" rel="nofollow">http://www.healthbenefitsofwater.com/category/drinking-water/why-we-should-be-drinking-water/</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90225</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90225</link>
					<pubDate>Fri, 22 Aug 2014 16:09:08 +0000</pubDate>
					<dc:creator>Mrinal</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tatiana, </p>
<p>Try the following: </p>
<pre><code>#breadcrumbs a, #breadcrumbs .breadcrumb_last {
    color: #0263aa !important;
}</code></pre>
<p>Hope this helps, Cheers! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90278</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90278</link>
					<pubDate>Fri, 22 Aug 2014 17:19:25 +0000</pubDate>
					<dc:creator>Tatiana S</dc:creator>

					<description>
						<![CDATA[
						<p>He, he&#8230; it worked!</p>
<p>Thank you 🙂</p>
<p>Now I have another small problem related to the changes I made to the top navigation. </p>
<p>If you go the the same link above and make the window very narrow like for a cellphone, you will see that on rollover, the drop-down menu background becomes white and again the text cannot be seen. Also it looks like the links are changes position somehow&#8230; (yes I did change their position for the normal desktop view, but I don&#8217;t know how to do this for the phones).</p>
<p>Can you help with this one here, or should I make another post?</p>
<p>Thanks,</p>
<p>Tatiana</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90280</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90280</link>
					<pubDate>Fri, 22 Aug 2014 17:29:40 +0000</pubDate>
					<dc:creator>Zeshan</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tatiana,</p>
<p>Thank you for writing in!</p>
<p>It seems that you have made some CSS changes, that was causing this issue. However it can be fixed by adding the following CSS code in under <strong>Custom &gt; CSS</strong> in the Customizer:</p>
<pre><code>.x-navbar .x-navbar-inner .x-nav-collapse .sub-menu a:hover {
   color: #1fa1de !important;
}
</code></pre>
<p>Hope this helps. 🙂</p>
<p>Thank you.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90920</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90920</link>
					<pubDate>Sat, 23 Aug 2014 19:01:55 +0000</pubDate>
					<dc:creator>Tatiana S</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Sorry for the delay.</p>
<p>It works for the colors, but when the browser window is narrow, the menu looks weird&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90940</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90940</link>
					<pubDate>Sat, 23 Aug 2014 19:41:50 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Tatiana,</p>
<p>It was caused by other css.</p>
<p>Change this </p>
<pre><code>.x-navbar .sub-menu {
font-size: 98%;
position: absolute;
display: none;
float: left;
min-width: 200px;
margin: 0;
padding: 0;
}</code></pre>
<p>Into this :</p>
<pre><code>@media (min-width: 980px) {
.x-navbar .sub-menu {
font-size: 98%;
position: absolute;
display: none;
float: left;
min-width: 200px;
margin: 0;
padding: 0;
}
}</code></pre>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90993</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-90993</link>
					<pubDate>Sat, 23 Aug 2014 23:01:33 +0000</pubDate>
					<dc:creator>Tatiana S</dc:creator>

					<description>
						<![CDATA[
						<p>Wow &#8211; this is really AWESOME!!!</p>
<p>There was no way I could have guessed this&#8230; 🙂</p>
<p>Fantastic! Thank you so much!</p>
<p>Now, how can I get rid of that thin white line between the menu and the top banner, please?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-91011</guid>
					<title><![CDATA[Reply To: breadcrumbs link color]]></title>
					<link>https://theme.co/archive/forums/topic/breadcrumbs-link-color/#post-91011</link>
					<pubDate>Sun, 24 Aug 2014 01:08:23 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Great to hear that Tatiana! You&#8217;re welcome 🙂</p>
<p>About the line, just add this.</p>
<pre><code>.x-logobar, .x-logobar-inner { 
border-bottom : 0 !important;
padding-bottom: 0 !important;
}</code></pre>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

