The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How can I change the font size or Archive and Print pages?
I have been searching everywhere in VB to try and figure out where to go to change the size of the post font for Archive and Print pages.
Any help would be greatly appreciated. |
#2
|
||||
|
||||
template printthreadbit
add style to the message container Code:
<div class="content"> <blockquote class="restore" style="font-size: 2em;">{vb:raw post.message}</blockquote> </div> Code:
<style> .posttext { font-size: 2em; } </style> |
#3
|
|||
|
|||
Thank you Dr.CustUmz!
I had been trying to figure this out forever! It worked. I really appreciate your help. |
Благодарность от: | ||
Dr.CustUmz |
#4
|
||||
|
||||
No problem, there are actually many ways to go about it so I presented 2 types of solutions so you could learn from them and be able to adapt either way into other places as well.
Another tip, when you cant find something you want to change, the easiest thing to do is go into options, turn html comments on. Then when your on a page you want to change something, view the source and find the text you want to change. then scroll up and see what the first commented template is. that's most of the time where the change will need to be. |
#5
|
|||
|
|||
Ah, excellent! I had been using Chromes "Inspect" option, but didn't know about turning HTML comments on.
Thanks again! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|