The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove underline from links ?
Hi All,
Having a bit of an issue trying to remove the underline from some links. See here: http://webdev.extremekites.com.au/fo...splay.php?f=21 The text in black has the white underline, I would like to completly remove the underline from the Black Text. I tried the following: Code:
%custom: %title<br /><span class="eventfont">%datetime</span> Code:
.eventfont { font: 11px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color: #000000; } .eventfont a { text-decoration: none; color: #000000;} Any help in sorting this out would be appreciated as I can't seem to get it to do as I would like it too. Regards, Joel |
#2
|
|||
|
|||
Go to adminCP.
Styles>Main CSS. The first one. (Body) Normal Links CSS, Visited Links CSS Replace "underline" in "Text Decoration" to "none" You can do the same to "Hover Links CSS" but, it's not recommended. |
#3
|
|||
|
|||
Thanks mate, but i'm trying to only remove the underline from the second line, not the whole forum.
Regards, Joel |
#4
|
||||
|
||||
Close the link before starting your eventfont span, then open it back up again inside the span. It's carrying on the original CSS because it was never closed.
|
#5
|
|||
|
|||
He got it to work.
|
#6
|
|||
|
|||
Hi Guys,
I played around last night and got it too work. Thanks for the help. Regards, Joel |
#7
|
|||
|
|||
Quote:
i want remove underline for only particular threads |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|