The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
post default font and size
hello all,
How can I change the default font and size of text in the input box? |
#2
|
||||
|
||||
Have you tried adding the style to the div tag in the postbit/postbit_legacy template? If you add it to the div tag, then it will be default unless they changed it in their message, then that will override what you have in the div tag.
|
#3
|
|||
|
|||
I haven't tried that.
|
#4
|
||||
|
||||
If you look in the postbit_legacy template, you will see these lines where the message goes. That is the div tag I am talking about:
HTML Code:
<!-- message --> <div id="post_message_$post[postid]"> $ad_location[ad_showthread_firstpost_start] $post[message] </div> <!-- / message --> HTML Code:
<div id="post_message_$post[postid]" style="font: 12px arial,sans-serif;">
|
#5
|
|||
|
|||
cheers
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|