Log in

View Full Version : How do I change a Forums Title font & font size


ROTPAR
05-11-2010, 11:12 AM
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
116965

Qwk86gn
05-11-2010, 02:44 PM
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 : .forumbit_post .foruminfo .forumdata .forumtitle

That should give you a couple templates, choose: forumbits.css

Find: font-size: {vb:stylevar font.fontSize}px;

Replace with: font-size: 15px;

The red "15" is the number you want to change to whatever suits your needs.

ROTPAR
05-11-2010, 06:58 PM
big THX

nkmsw8
05-11-2010, 09:13 PM
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

https://vborg.vbsupport.ru/external/2010/05/45.png

Qwk86gn
05-12-2010, 01:17 AM
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 : .threadbit .threadtitle {That should give you a couple templates, choose: threadlist.css

Find: font-size: {vb:stylevar font.fontSize};Replace with: font-size: 15px;Change the number in red to your desired size.

nkmsw8
05-12-2010, 01:48 AM
Thank you. Got it :up:

andretan88888
11-23-2010, 03:17 PM
Thanks,nice tutorial

raulin
12-03-2010, 10:17 AM
Thanks :)

ALBCODERS
12-11-2010, 01:36 AM
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

https://vborg.vbsupport.ru/external/2011/11/16.jpg


regards

--------------- Added 1292096812 at 1292096812 ---------------

--------------- Added 1292099269 at 1292099269 ---------------

any one can help please

Qwk86gn
12-12-2010, 07:56 PM
Add this code to your "additional.css" file for your style.

.breadcrumb .navbit > a, .breadcrumb .lastnavbit > span {
font-size: 20px;
}

Change the number in red to your desired size.

ALBCODERS
12-12-2010, 08:23 PM
Thankju mate
u the best