Hi there,
We are trying to make the color of the LeftLinks bar different than the rest of the document. It's only a problem in the pages where products are shown (i.e. not homepage or pages with other pages are assigned.)
Note: We are not using "link" text, per se; we are using Assign Page to assign pages as the links. We don't want to use link text because it makes the page weight double from where it was before, and my boss would prefer we stay between 15 & 20 kb. (I did the whole page like that yesterday, only to find that it had gone from 20 kb to 40 kb).
ShopSite has an option to change the text color, but it applies to the whole page. Because we want white text in the leftlinks column, the text disappears on the right column, as it has a white background. I have included a link to the website below, as well as a specific page where you can view a page with products on it. Please also note that on said product pages we have only Your Account and Shopping Cart visible, simply because we don't like the color of the font and think it looks unprofessional.
Home: http://texasprocesstechnologies.com/store/
Ex Page: http://texasprocesstechnologies.com/store/page22.html
I know there must be some way to do this, but the code for the layout has variables, which refer to the text color change option I mentioned above, which applies to the whole page.
I tried making a copy of the code in a notepad document (this is from the header), and I know exactly the part of the code I need to change, I'm just not sure how to get at it. I've pasted it below:
#leftlinks a {
display: block;
text-align: left;
padding: 3px 10px;
margin: 0px;
text-decoration: none;
color: #333333;
}
(Obviously, I would simply change the color to #FFFFFF, I just can't get at it!)
Any help would be much appreciated. Thank you.
Erin
Texas Process Technologies