scottsteps:
Anyone know why I might be having this problem... When you are on the home page the Home, Login (top left) and all the category links are blue like a typical hyperlink. But when you navigate to a category or in most other areas of the store they show up as the grey/dark grey colors like I think they should, if you navigate back to home the text changes to blue again.
Check it out... http://www.fishscraps.com/store
Love the template, have not had to do much tweaking!
Scott
View the source of your home page, and you'll see the issue, you have a ton of unneccesary word document nasty stuff there, here's a small snippet (scroll down, its really long, LOL):
<link href="file:///C:DOCUME~1CARRIE~1LOCALS~1Tempmsohtml1�1clip_filelist.xml" rel="File-List" /><!--[if gte mso 9]><xml>
<w:WordDocument>
<w:View>Normal</w:View>
<w:Zoom>0</w:Zoom>
<w:PunctuationKerning/>
<w:ValidateAgainstSchemas/>
<w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid>
<w:IgnoreMixedContent>false</w:IgnoreMixedContent>
<w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText>
<w:Compatibility>
<w:BreakWrappedTables/>
<w:SnapToGridInCell/>
<w:WrapTextWithPunct/>
<w:UseAsianBreakRules/>
<w:DontGrowAutofit/>
</w:Compatibility>
<w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel>
</w:WordDocument>
</xml><![endif]--><!--[if gte mso 9]><xml>
<w:LatentStyles DefLockedState="false" LatentStyleCount="156">
</w:LatentStyles>
</xml><![endif]--><style>
<!--
/* Font Definitions */
@font-face
{font-family:Verdana;
panose-1:2 11 6 4 3 5 4 4 2 4;
mso-font-charset:0;
mso-generic-font-family:swiss;
mso-font-pitch:variable;
mso-font-signature:536871559 0 0 0 415 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{mso-style-parent:"";
margin:0in;
margin-bottom:.0001pt;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
a:link, span.MsoHyperlink
{color:blue;
text-decoration:underline;
text-underline:single;}
a:visited, span.MsoHyperlinkFollowed
{color:purple;
text-decoration:underline;
text-underline:single;}
p
{mso-margin-top-alt:auto;
margin-right:0in;
mso-margin-bottom-alt:auto;
margin-left:0in;
mso-pagination:widow-orphan;
font-size:12.0pt;
font-family:"Times New Roman";
mso-fareast-font-family:"Times New Roman";}
@page Section1
{size:8.5in 11.0in;
margin:1.0in 1.25in 1.0in 1.25in;
mso-header-margin:.5in;
mso-footer-margin:.5in;
mso-paper-source:0;}
div.Section1
{page:Section1;}
--></style><p style="text-align: center;" class="MsoNormal">
<span style="color: rgb(255, 102, 0);">
<span style="color: rgb(0, 0, 0);">
<span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;"><br />
</span></span></span></p>
<p style="text-align: center;" class="MsoNormal">
<span style="color: rgb(255, 102, 0);">
<span style="color: rgb(0, 0, 0);">
<span style="font-weight: bold; font-family: verdana,arial,helvetica,sans-serif;">Welcome!</span></span>
<font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
<span style="color: rgb(0, 0, 0);">
Thank you for shopping at</span></font></span>
<font size="2" style="font-family: georgia,times new roman,times,serif;">
<span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;">
<span style="font-family: verdana,arial,helvetica,sans-serif;"> FishScraps.co</span>m!</span>
</span></font></p>
<p style="text-align: left;" class="MsoNormal">
<font size="2" style="font-family: georgia,times new roman,times,serif;">
<span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;"><br />
</span></span></font></p>
<p style="text-align: left; direction: ltr; font-family: georgia,times new roman,times,serif;" class="MsoNormal">
<font size="2"><span style="font-weight: bold; color: rgb(255, 102, 0);">
<span style="font-weight: bold;"></span>
</span></font>
<font size="2" style="font-family: verdana,arial,helvetica,sans-serif;">
All of that, and all it says is "Welcome! Thank your for shopping at FishScraps.com!"
Get rid of all the upper section, and for the text, you could greatly simplify. Why not just type your text, inside paragraphs for line breaks:
<p>Text here</p>
<p>New paragraph here</p>
<p align="center">Centered text here</p>
Then for your orange text, you can do this
<span style="color:#ff6600;">Orange Text Here</span>
Stuff pasted from word always makes me cringe, LOL, and you don't want the content of your site swallowed up by all of that, that's what the search engine sees too!