The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#2
|
||||
|
||||
![]()
Unless it's a global call, you can override the CSS settings within the <div> or even <span> tags. Since the <div> in your example has an ID you can add a class attribute such as:
Code:
<div id="post_message_141" class="msgfont"> Code:
.msgfont { font-family:verdana, helvetica, arial; /* or whatever font type you want */ } Code:
<div id="post_message_141" style="font-family:verdana, helvetica, arial"> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|