The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I have the username linked to their profile, like here at vb.org. What I want to do is remove the underline, and have a mouseover underline to that link only. How do I do this?
Thanks |
#2
|
|||
|
|||
![]()
Yea like on teh forum names etc.. I cant figure it out either! It wasnt in the head part of the forum style part
![]() |
#3
|
||||
|
||||
![]()
Go to your admin panel.
Go to Styles > modify > fonts and colors > head insert Then find cat A:hover and change the "underline" to "none" there. ![]() |
#4
|
|||
|
|||
![]()
What I want is it to be underlined when I mouseover it. I don't want it to be underlined normally.
|
#5
|
||||
|
||||
![]()
Try changing the itlink hover to none and see what that does. If not, I have a file that will fix it.
|
#6
|
|||
|
|||
![]()
I am talking about the forum topics and names I took all underline and changed to none yet no change in the links!
|
#7
|
||||
|
||||
![]()
Try changing to the following and let me know if this fixes it. (Just change the portion of the code I have here). Remember to back up what you already have first.
Code:
A:link, A:visited, A:active { COLOR: { linkcolor}; TEXT-DECORATION: none; } A:hover { COLOR: { hovercolor}; TEXT-DECORATION: none; } #cat A:link, #cat A:visited, #cat A:active { COLOR: #D4FFFF; TEXT-DECORATION: none; } #cat A:hover { COLOR: #D4FFFF; TEXT-DECORATION: none; } #ltlink A:link, #ltlink A:visited, #ltlink A:active { COLOR: #3D004D; TEXT-DECORATION: none; } #ltlink A:hover { COLOR: #FF0000; TEXT-DECORATION: none; } |
#8
|
|||
|
|||
![]() Quote:
|
#10
|
|||
|
|||
![]() Quote:
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|