Quote:
Originally Posted by killerbeez
|
Your custom style does not follow the regular forum tabs, so
1 . AdminCP -> Competition Settings -> General Settings -> Navbar Link -> No
2. And then add a tab manually
- OR -
1. Edit template tmnt_navbar
2. You probably want to remove everything between <ul class="floatcontainer"> and </ul>
-------
The black text is defined by css class,
shade. Edit that css class to grey text for example, "color: #eee;"
------
For comment:
1. Edit template tmnt_comment
2. Find <div class="postbithead">
3. Replace with <div class="postbithead" style="width: 80%;">
-------
Look at vb4_widgets_cms.html (in product zip) for front page widgets.