Hello
I have searched the forum on this and can't seem to find the answer:
How do I change the text colour of the Information side box links?
I sorted the category links ok, but I'm not sure with the Information links.
www.blushfashions.com
Yours BF
Hello
I have searched the forum on this and can't seem to find the answer:
How do I change the text colour of the Information side box links?
I sorted the category links ok, but I'm not sure with the Information links.
www.blushfashions.com
Yours BF
If you are looking to make them different than the other sidebar links you could add these classes to the stylesheet :
#information-content a
{
color: #000000;}
#information-content a:hover
{
color: #FFFFFF;}
#information-content a:visited
{
color: #000000;}
Of course you don't have to use those colors, but you see the concept I'm sure :)
Hope it helps
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Hi Tina
Thanks for the suggestion but I was hoping to locate where the text colour is already set in the style sheet and change it to the same colour as mu product categories text.
Yours BF
In that case the information sidebox is using these :
a:link, #navEZPagesTOC ul li a {
color: #909090;
text-decoration: none;
}
a:visited {
/*color: #000000;*/
text-decoration: none;
}
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #000000;
}
a:active {
color: #0000FF;
}
I don't know which class you changed to change just categories, because I didn't look for it, but that is the area that changes the info side box, I just did it in the FF Toolbox for css on your site :)
When the world gets in my face I say Have A Nice Day.
* I DO Think and I HAVE BEEN Zenned - therefore, I AM * I donate - do you?
Custom Templates and Zen Services CRS Designs, Inc.
Hi, I too am looing to do the same thing here, and want all the links in the information box to be be white but when I edit;
In that case the information sidebox is using these :
a:link, #navEZPagesTOC ul li a {
color: #909090;
text-decoration: none;
}
and set the colour to #FFFFFF it changes the colour of the links below the thumnails in the new products for june box at the bottom of the home page to white too, the colour of the category links below the category pcitures at the top of the homepage and also makes the 'to log yourself in' part of the text from 'welcome guest' etc white too.
Also, it changes all the links in the information box to white except the 'shipping & returns' link
Im really baffled!
Does anyone know what I need to do to only change the colour of the links in the information box without affecting any other links and to also make sure the 'shipping & returns' link gets changed to the same colour too?
My website is: http://www.thegreatgiftshop.co.uk/zencart/
You will see the problem that the links are white by hovering over them so you can see they are meant to be there.
In:
a:linkCode:a:link, #navEZPagesTOC ul li a { color: #909090; text-decoration: none; }
... is GENERAL (site-wide for all otherwise undeclared link styles).
20 years a Zencart User