Colors for categories and forums
Colors for categories and forums
Hello guys and girls.
So my question today issss.
I want to add some colors to the categories and forums.

And i noticed one glitch on my forum that i really dont like and i have no idea how to remove it. The black box, i have two lines that tell me about the topics, i want to remove the blue one.

My forum url --> http://www.revengelesspk.com/
My forum version --> punBB
Thanks guys i hope i made my self clear enough
So my question today issss.
I want to add some colors to the categories and forums.

And i noticed one glitch on my forum that i really dont like and i have no idea how to remove it. The black box, i have two lines that tell me about the topics, i want to remove the blue one.

My forum url --> http://www.revengelesspk.com/
My forum version --> punBB
Thanks guys i hope i made my self clear enough

Re: Colors for categories and forums
You should be able to change the header color with this CSS :
Administration panel > Display > Colors > CSS stylesheet
For the footer :
Display > templates > general > topics_list_box
Find and remove :
Save and publish.
Administration panel > Display > Colors > CSS stylesheet
- Code:
.main-head { background:#257 !important; }
For the footer :
Display > templates > general > topics_list_box
Find and remove :
- Code:
<div class="main-foot clearfix">
<!-- BEGIN multi_selection -->
<input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" />
<!-- END multi_selection -->
<p class="h2">{L_TOPICS} [{topics_list_box.row.bottom.COUNT_TOTAL_TOPICS}]</p>
<p class="options">
<a href="{U_MARK_READ}">{L_MARK_TOPICS_READ}</a> {S_WATCH_FORUM} <a href="#top">{L_BACK_TO_TOP}</a>
</p>
</div>
Save and publish.
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum