The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
how to delete this line?
how could i delete the line below the name..its not supposed to be there....
|
#2
|
||||
|
||||
Find the class and then add text-decoration:none to it. (bigusername? or alt2? whichever you want)
|
#3
|
||||
|
||||
( i cant find it...help pls
|
#4
|
|||
|
|||
postbit_legacy template
|
#5
|
||||
|
||||
<a class="bigusername" href="member.php?$session[sessionurl]u=$post[userid]"><center>$post[musername]</center></a>
text-decoration:none <<<<is this the one i will add? Can you tell me if how to add and where probably. |
#6
|
||||
|
||||
I would add it to the bigusername class in Main CSS for your style (look at the bottom section on that page and you will find .bigusername - or use the find function in your browser window to find it on that page)
|
#7
|
||||
|
||||
Quote:
Code:
/* ***** styling for 'big' usernames on postbit etc. ***** */ .bigusername { font-size: 13pt; } /* ***** small padding on 'thead' elements ***** */ td.thead, th.thead, div.thead { padding: 4px; } /* ***** basic styles for multi-page nav elements */ .pagenav a { text-decoration: none; } .pagenav td { padding: 2px 4px 2px 4px; } /* ***** de-emphasized text */ .shade, a.shade:link, a.shade:visited { color: #777777; text-decoration: none; } a.shade:active, a.shade:hover { color: #FF4400; text-decoration: underline; } .tcat .shade, .thead .shade, .tfoot .shade { color: #DDDDDD; } /* ***** define margin and font-size for elements inside panels ***** */ .fieldset { margin-bottom: 6px; } .fieldset, .fieldset td, .fieldset p, .fieldset li { font-size: 11px; } |
#8
|
||||
|
||||
Code:
.bigusername { font-size: 13pt; text-decoration:none; } |
#9
|
||||
|
||||
It really works...Thanks A lot!!!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|