01-23-2012, 12:07 PM
(This post was last modified: 01-23-2012, 12:08 PM by AceInfinity.)
You could edit the template for the links in your panel, i'm assuming probably a navbar panel in the header, so this would be a header template edit, add a class="" attribute to the surrounding element for those links, and add the class with link attributes in the global.css.
etc...
Code:
.classname a {
}
.classname a:active{
}
.classname a:hover {
}
.classname a:visited{
}
etc...