Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post 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.
 



 
a22burnettSend private messageVisit poster's website  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post 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
 




____________
Out of Order
 
Last edited by spydie on Wed 26 Aug, 2009 21:04; edited 1 time in total 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Help With Hover Color 
 
Once again you guys have solved my problem, thank it's very appreciated.
 



 
a22burnettSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Help With Hover Color 
 
You´re welcome.

Someone mark this as solved please
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
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