The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
remove colon in postbit
Hey does anyone know how to remove the automatically included : (colon) after the vb phrase in the <dt> postbit legacy fields?
Every field in postbit legacy on the left side column of the user info (which is content inside <dt> is automatically bolded and end with the : symbol. I'd like to remove the : symbol and bold. |
#2
|
||||
|
||||
It's done via CSS here:
HTML Code:
.postbitlegacy dl.userinfo_extra dt:after, .postbitlegacy dl.user_rep dt:after { content: ":"; } |
#3
|
||||
|
||||
Thank you!
|
#4
|
||||
|
||||
Thank you Lynne. What about a vbphrase?
For example: I have $vbphrase[similar_threads] Which Results in: Similar Threads: Even thought the text for the phrase is only Similar Threads |
#5
|
||||
|
||||
Then it is probably using CSS just like the above was.
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|