modifying category header
2 posters
Page 1 of 1
modifying category header
Hallo!
I'm trying to adjust the category header on my website, so the category name stands in a big large text, and under it to the right there will be the statics of the forum like: number of topics and posts and who posted last.
A quick illustration:
But i can't really get it to work:
Index_box
CSS
I'm trying to adjust the category header on my website, so the category name stands in a big large text, and under it to the right there will be the statics of the forum like: number of topics and posts and who posted last.
A quick illustration:
But i can't really get it to work:
Index_box
- Code:
<!-- BEGIN tablehead -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<div id="catheader">
{catrow.tablehead.L_FORUM}</div>
</li>
<li id="state">
<dl class="icon">
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- END tablehead -->
CSS
- Code:
/* CAT HEADER */
#catheader h2 {
color: #fff;
font-family: abel;
text-align: center;
font-size: 50px;
text-shadow: 2px 2px 3px #000;
text-transform: uppercase;
background-color: #2e8b57;
border-radius: 0 2px 0 2px;
}
#state .icon .topics .posts .lastpost {
float:right;
background-color: #2e8b57;
}
Similar topics
» Set widget and category header images/colors individually?
» Forum Category-header
» Category header customization
» Category Table header
» Use different category header background images?
» Forum Category-header
» Category header customization
» Category Table header
» Use different category header background images?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum