Well you know how when you hover over a link and it changes colours or whatever, well mine doesnt. Well it does but it stays that colour when clicked on which is not what I want.
Is that a CSS code thing? or the theme problem? BTW its the header links
If you're talking about
THIS website then its working here.
You need to change the visited state in global.css
.menu ul a:visited {
color: #C0D6FE;
text-decoration: none;
}
I'm sorry I cluttered up the support with a stupid question... I was too lazy to think about it myself or didn't have the time. But thanks anyways, it should be a simple fix even if what u told me doesn't work I'm sure I can figure it out on my own.
Damn, I forgot how to find out what .css its using again. How do I find out?
my bad i just read what u said... another stupid moment LOL