SOLVED Help With Hover Color


Subject: Help With Hover Color
It's probably on here somewhere, but I've been looking and trying things that have only caused me problems.
My website is here: http://www.ps3team.us/
The forums are here: http://www.ps3team.us/forums/phpBB3/ (don't mind the banner, it's temporary)
Forums Style: Black Pearl
phpBB Version: 3.0.5

3) I'm having trouble trying to change the color of the text, when you hover over a clickable forums link, from red to yellow. For example when you put your mouse over "Team Discussion" the font turns red, I want to make that turn yellow instead. I'm not sure what to change for that.

Thanks again.

Subject: Re: Help With Hover Color
have a look for this in your style css
find:
Code: [Download] [Hide] [Select]
a:hover {
color: #DD2222;
text-decoration: underline;
}


replace with:
Code: [Download] [Hide] [Select]
a:hover {
color: #FFFF00;
text-decoration: underline;
}


and this
find:
Code: [Download] [Hide] [Select]
a.forumlink:hover, a.forumlink:active {
color: #DD2222;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}



replace with:

Code: [Download] [Hide] [Select]
a.forumlink:hover, a.forumlink:active {
color: #FFFF00;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
font-weight: bold;
text-decoration: underline;
}



That should do it

Last edited by spydie on Wed 26 Aug, 2009 21:04; edited 1 time in total
Subject: Re: Help With Hover Color
Once again you guys have solved my problem, thank it's very appreciated.

Subject: Re: Help With Hover Color
You´re welcome.

Someone mark this as solved please


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 1.4642s (PHP: 2% SQL: 98%)
SQL queries: 17 - Debug Off - GZIP Enabled