2014-04-01, 08:32 AM
2014-04-01, 10:09 PM
Well, it is in red now. But take a look at your table css.
Change font-size accordingly.
Change font-size accordingly.
table {
color: #F00606;
font-family: Tahoma,Arial,Sans-Serif;
font-size: 13px;
}
2014-04-02, 09:14 AM
you can also make a class for it and put the css codes in global.css
example :
and the css code :
you can change the 15px
example :
<div class="ftitle">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>
</div>
and the css code :
.ftitle {
font-size:15px;
}
you can change the 15px