The Arcive of vBulletin Modifications Site. |
|
Change font size & weight for forumdisplay thread title Details »»
|
|||||||||||||||||||||||||||||||
|
Change font size & weight for forumdisplay thread title
Developer Last Online: Jul 2011
Hello
it's not Mod just small edit I'm sorry if this way is common to most of you ![]() change font size & weight for forumdisplay thread title and sticky thread title go to Admin CP >>>Styles & Templates>>>Search Templates choose ur style from (Search in Style) and type in search box (Additional.css) then click find Double click on Additional.css (it's empty file usually ) if u want change font size for the normal thread title and sticky thread title add this lines Code:
.threadbit .title {font-size:13pt;}
.sticky a.title {font-sizet: 13pt;}
if u want make the font weight for normal thread title or sticky thread Code:
.sticky a.title {font-weight: bold;}
.threadbit .title {font-weight: bold;}
(in the example picture) i just add Code:
.threadbit .title {font-weight: bold;}
before https://vborg.vbsupport.ru/attachmen...1&d=1268997194 After https://vborg.vbsupport.ru/attachmen...1&d=1268997194 Live Demo http://www.extra-pc.com/vb/forumdisplay.php?f=13 http://www.extra-pc.com/vb/forumdisplay.php?f=6 Regards... ![]() Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
![]() The before and after screenshots look identical. |
|
#3
|
|||
|
|||
|
So you need eyes doctor
![]() how u say that ![]() see again with mark https://vborg.vbsupport.ru/attachmen...1&d=1269047252 after https://vborg.vbsupport.ru/attachmen...1&d=1269047252 try it by ur self and then u can see the real change |
|
#4
|
|||
|
|||
|
It makes the text bolder.
|
|
#5
|
||||
|
||||
|
installed
thanxx mate جزاك الله الف خير اخوي |
|
#6
|
|||
|
|||
|
welcome all...
|
|
#7
|
|||
|
|||
|
Installed do you know the CSS Edit to change the color and make it bold only when it is a new post?
|
|
#8
|
|||
|
|||
|
Simple but effective
Thx
|
|
#9
|
|||
|
|||
|
Very much appreciated. Does anyone know how I can change my Forum Description text, to become larger? I have changed every stylevar that indicates font size to no avail.
You can see that the descripton for each forum is way smal compared to sub forum categories at http://www.whiphookandpaddle.com/Forum/forum.php That was what I was looking for when I found this very fine suggestion. Much Thanks Otter |
|
#10
|
|||
|
|||
|
Thanks a bunch.
How would I make the same change for the Forum Home "last thread" title as well? |
![]() |
|
|