Hello,
Very basic in think.... yet for some reason I can't figure out ....
All I want to do is change color of the links in the header.shtml ... but when I change the color it also changes the color of the tickets in the list.
Here is the code I have been playing with in header.shtml
A { color : #036; text-decoration : none; }
A:Hover { color : #FF9900; text-decoration : underline;}
Thank you in advance