[PHPBB2] forum categories hover colours
2 posters
Page 1 of 1
[PHPBB2] forum categories hover colours
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.
Re: [PHPBB2] forum categories hover colours
Hey, Donal
Add this in your css
Add this in your css
- Code:
a.forumlink:visited {
color: #78aace;
}
Similar topics
» Colours are wrong
» fade slow on hover over main buttons phpBB2 forum
» My categories aren't displaying as categories?
» Hover/Un-Hover Code
» Rank Colours
» fade slow on hover over main buttons phpBB2 forum
» My categories aren't displaying as categories?
» Hover/Un-Hover Code
» Rank Colours
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum