PDA

View Full Version : The appearance of Links change from Brochure to primary??


aloebridge123
28-Dec-2008, 07:24 PM
Hi all,

Wonder if you can help, I'm having a problem with my appearance of links - they are different colours dependent on where you are on the site:

e.g. When moving from a Brochure page e.g:

http://www.youraloestore.co.uk

to a catalog page:

http://www.youraloestore.co.uk/acatalog/ForMen.html


In the brochure page they are 'aqua' and in the catalog page they are greyed out.. - now I've looked at the css but can't seem to find the problem.

Any help much appreciated

Regards

Golf Tee Warehouse
28-Dec-2008, 07:45 PM
Your brochure pages and catlaog pages are probably using separate templates.
Possibly Act_BrochurePrimary.html and Act_Prtimary.html

In the catalog pages, the grey link are produced by this CSS code at the start of your actinic.css file

a:link {
color:#8D977E;
font-family:Calibri;
font-size:12px;
text-decoration:none;
}

aloebridge123
29-Dec-2008, 07:54 PM
Thanks very much - just removed it and it's now as I want it.

You're a star! :)