The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Underlined Username and Thread Titles
How do I turn this off?? I searched, but did not find the answer ...
I run another site (www.unitedstangs.com) and it is not showing on there, but it is on www.stangsgonewild.com ... I know it is probably a simple option I have to check, but I am not finding it anywhere .. Thanks in Advance .. Bulldog |
#2
|
||||
|
||||
Check your main css for your templates for "underline" and delete that. It's usually in the "Body" section
|
#3
|
||||
|
||||
You're more likely going to have to add a declaration (instead of removing one).
Code:
text-decoration: none; |
#4
|
|||
|
|||
Quote:
--------------- Added [DATE]1243980449[/DATE] at [TIME]1243980449[/TIME] --------------- Nothing in the body section that I see that indicates any underlining .. I when through the whole css |
#5
|
||||
|
||||
Edit the postbit template and wrap the username with span tags & that attribute. Repeat with forumdisplay and the thread title.
|
#6
|
|||
|
|||
I am kinda new at coding ... You lost me on that .. LOL
You saying that I should find in the postbit template as well as the forumdisplay and threadtitle templates and use the code ... Code:
<span>username</span> Where would I insert the Code:
text-decoration: none; |
#7
|
||||
|
||||
If you have firebug as an addon for firefox, you would be able to easily see what classes affect those links and change the underlining in the Main CSS.
If you don't want to do it that way, you may do what Hanson suggested and wrap them with span tags: HTML Code:
<span style="text-decoration: none;"> stuff you don't want to be underlined </span> |
#8
|
|||
|
|||
Quote:
|
#9
|
||||
|
||||
What is your goal? The same as the OP?
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|