forum: www.primalevolution.forumotion.com
problem:
1: is what I want it to be but it managed to be there only for one category.
2: how do i remove this one and replace it with the blue?
code I used:
thanks in advance. This is self explanatory I suppose.
problem:
1: is what I want it to be but it managed to be there only for one category.
2: how do i remove this one and replace it with the blue?
code I used:
- Code:
/* Links */
/* a:link,a:active,a:visited {
color : #ffffff;
}
*/
a:link{
color: #ffffff;
}
a:visited{
color: #78aace;
}
a:active{
color: #ffffff }
a:hover{
text-decoration: underline !important;
color : #78aace;
}
- Code:
a { text-decoration: none; }
a:link, a:active, a:hover, a:visited {text-decoration:none;}
.forumtitle:hover {
text-decoration : none !important;
}
a.forumtitle:hover {
color: #78aace;
text-decoration: none;
}
a:hover{text-decoration: none !important;}
a {text-decoration: none !important;}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
thanks in advance. This is self explanatory I suppose.