Log in

View Full Version : Forum Title style


TheAdminMarket
11-23-2014, 04:53 AM
Hello,

How I can change the forum title font and size?

Thank you

ozzy47
11-23-2014, 10:00 AM
Add this to your additional.css
.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
font-size: 13px;
font-family: "Lucida" Grande, sans-serif;
}

TheAdminMarket
11-23-2014, 02:32 PM
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:

.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; }

was messing with it, but even after removing that code still the font does not changes. I've cleared the browser's cache in addition to system cache.

ozzy47
11-23-2014, 02:44 PM
It should, try this:

.forumbit_post .foruminfo .forumdata .forumtitle, .forumbit_nopost .forumbit_nopost .forumrow .forumtitle {
font-size: 19px !important;
font-family: "Lucida" Grande, sans-serif !important;
}

TheAdminMarket
11-23-2014, 02:58 PM
Perfect. Thank you !

ozzy47
11-23-2014, 02:59 PM
Excellent, glad that worked. :)