The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
Hello,
How I can change the forum title font and size? Thank you |
|
#2
|
||||
|
||||
|
Add this to your additional.css
Code:
.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
font-size: 13px;
font-family: "Lucida" Grande, sans-serif;
}
|
|
#3
|
||||
|
||||
|
Thank you, but it does not seems to work. For a moment I thought that the code that I've before in additional.css to remove the column title:
Code:
.forumbit_nopost .forumhead .forumtitle, .forumbit_nopost .forumhead span, .forumbit_nopost .forumhead .collapse, .forumbit_post .forumhead h2 span, .forumbits .forumhead h2 span.forumthreadpost, .forumbits .forumhead h2 span.forumlastpost, .threadlisthead span.threadstats, .threadlisthead span.threadlastpost { font-size: 0px;}
.threadlisthead a img {display: none; }
|
|
#4
|
||||
|
||||
|
It should, try this:
Code:
.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
font-size: 19px !important;
font-family: "Lucida" Grande, sans-serif !important;
}
|
|
#5
|
||||
|
||||
|
Perfect. Thank you !
|
|
#6
|
||||
|
||||
|
Excellent, glad that worked.
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|