View Full Version : Anyone know how to bold this?
duketxboy
09-04-2011, 01:53 AM
How to bold the administrator/ name part?
https://vborg.vbsupport.ru/external/2011/09/80.jpg
napy8gen
09-04-2011, 07:03 AM
.postbitlegacy .userinfo .usertitle {font-weight:bold!important;}
Paste this into style manager> style name> edit templates> css templates> additional.css
duketxboy
09-04-2011, 04:02 PM
thanks alot.......... is there any way just to do admin/mods bolded up instead of members as well?
setishock
09-04-2011, 09:34 PM
In your account in the admincp find your title and select use html markup in title. Or worded something like that. It's in the dropdown by your title. Add html bold and your title.
Lynne
09-04-2011, 10:34 PM
Usergroup Manager > Edit Administrators > Username HTML Markup
The first field is the opening tag. The second field is the closing tag. These tags will be inserted around the user's username like this:
[opening tag]username[closing tag]
Some HTML tags you might want to use here include:
<span style="font-weight: bold;">username</span> = username
<span style="font-style: italic;">username</span> = username
<span style="text-decoration: underline;">username</span> = username
<span style="color: red;">username</span> = username
<span style="font: 20px verdana;">username</span> = username
You can also do combinations by using more than one attribute in the style property:
<span style="font: 20px verdana; color: red;">username</span> = username
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.