View Full Version : Profil Font Size ?, Please
k6rikko
09-10-2011, 12:51 PM
Hi all :)
, many many sorry about this simple question. I be searching and searching for it but no chance. I be lookin where i can change the font size within the user profiles (head-row) slike basic information, Signature, contact etc . I would be really happy if one can tell me where i can find this <.<
Have a nice weekend @ all
Rikko
Lynne
09-10-2011, 03:30 PM
It would help if we had an image pointing out what you need help with. You may be interested in this article to help you find stylevars yourself - How To: Find the correct StyleVar/LayoutVar to edit (https://www.vbulletin.com/forum/showthread.php?342847-How-To-Find-the-correct-StyleVar-LayoutVar-to-edit)
k6rikko
09-10-2011, 07:48 PM
Heya Lynne :) very friendly thanks a lot . The Fire Bug tool is really nice, never used it before. But i have to check all functions first . The Fontsize i mean i have attached a picture .
have good time and many thanks again
Rikko
http://www.rikko-amuze.com/downloads/fontsize.jpg
Lynne
09-10-2011, 10:35 PM
The "Basic Information" font-size in that image should be set by this CSS:
.profile_content .subsectionhead, #postlist .subsectionhead {
padding: {vb:math {vb:stylevar padding}/2} 0;
clear:both;
font-weight: bold;
font-size: {vb:math {vb:stylevar font.fontSize}+4}px;
}
So, in part, it is set by the regular font-size stepped up by 4. You can add something to the additional.css template to change it manually, like:
.profile_content .subsectionhead, #postlist .subsectionhead {
font-size: 15px;
}
k6rikko
09-11-2011, 12:03 AM
Many thanks , youre great :D
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.