MyBB Community Forums

Full Version: Two minor issues, please help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't know what the technical name for this so I'll just show what my problem is...

The first problem is this:
http://puu.sh/6XC6p.png It is on this theme...

but it is missing on the theme I'm using:
http://puu.sh/6XCrZ.jpg

Anyone know how I can add it back in? Or at least where the code is located so I can figure it out myself?


Second issue:
http://puu.sh/6XCxI.jpg
The text where the "Thread Rating" is suppose to be is too dark to see. Where can I edit the color for that?
1. <navigation> in 'header' template.
2. Template 'showthread_ratethread'
change:
<strong style="float: left; padding-right: 10px;">
to:
<strong style="float: left; color: #FFF; padding-right: 10px;">