The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
Please take a look at my screenshot. I have no idea where I find the options to change the font & font size for this. Thank you
Attachment 116965 |
|
#2
|
||||
|
||||
|
ACP -> Styles & Templates -> Style Manager -> Pick "Stylevars" from the dropdown menu of the style -> Search for: font
This changes a number of fonts throughout the site. If you just want that Forum title font changed try this: ACP -> Styles & Templates -> Search in Templates : Code:
.forumbit_post .foruminfo .forumdata .forumtitle Find: Code:
font-size: {vb:stylevar font.fontSize}px;
Code:
font-size: 15px; |
|
#3
|
|||
|
|||
|
big THX
|
|
#4
|
|||
|
|||
|
If I might ask a question along these same lines. What font (name) is this. I need to find it in VBulletin so I can adjust the size. Thanks
|
|
#5
|
||||
|
||||
|
The same stylevar as above control threadtitle also: font
If you want to change just that font and leave the others the same try this. ACP -> Styles & Templates -> Search in Templates : Code:
.threadbit .threadtitle {
Find: Code:
font-size: {vb:stylevar font.fontSize};
Code:
font-size: 15px; |
|
#6
|
|||
|
|||
|
Thank you. Got it :up:
|
|
#7
|
|||
|
|||
|
Thanks,nice tutorial
|
|
#8
|
|||
|
|||
|
Thanks
|
|
#9
|
|||
|
|||
|
Qwk86gn thx man i been lookin for this codes for ages
can u please tell me where this one is located , i want to change size ![]() regards --------------- Added [DATE]1292096812[/DATE] at [TIME]1292096812[/TIME] --------------- --------------- Added [DATE]1292099269[/DATE] at [TIME]1292099269[/TIME] --------------- any one can help please |
|
#10
|
||||
|
||||
|
Add this code to your "additional.css" file for your style.
Code:
.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
font-size: 20px;
}
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|