The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Remove Underline From Usernames?
Hi,
How can I remove the underline that shows on members usernames in the Whos Online section, post sections etc etc? Thanks, Rowan |
#2
|
|||
|
|||
Goto to the main CSS of the style you want to remove the underlines from and scroll down to "First Alternating Color"
Now under Normal Links CSS and Visited Links CSS set "text decoration" to "none" Or You can use usergroup HTML markup and additional CSS |
#3
|
|||
|
|||
Theres nothing in there for Text Decoration m8, its just a blank space. I done:
AdminCP > Styles & Templates > Style Manager > Main CSS > First Alternating Colour Then text decoration is empty... Quote:
Thanks Just noticed.. its not done it on the post bit.. theres still an underline under the usernames in posts.. How do I remove that? Just so you know.. its this: I just want the underlines in the names took away... quite a few members wish it away. So how would I do that? Anyone know how to remove it from the post bit? |
#4
|
||||
|
||||
Go to your:
Admin CP -> Styles & Templates -> Style Manager -> Main CSS (in the menu) Scroll down to the bottom where it says Additional CSS Definitions. Change all of the URL link attributes from underline to none |
#5
|
|||
|
|||
This is from another forum, http://www.vbulletin-faq.com Thanks, OP, mac27
It is not the best thing to do, but if you really want to remove the underline from all the links on your forum(including user names) here is how. adminCP>Styles & Templates>Style Manager> In the drop down menu next to the style you want to do this on choose Main CSS. Now scroll down the to bottom and place this in the very last big box at the bottom. Code: a { text-decoration: none; } You will now have no underlines on your forum. |
#6
|
||||
|
||||
body CSS by changing text-decoration setting for each one to none
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|