(2013-07-05, 03:29 PM)Niggidea Wrote: (2013-07-05, 03:26 PM)Destroy666 Wrote: It's in showthread_ratethread. Find {$lang->thread_rating}, edit the wrapping CSS (may be in class or style).
I can't find it, I am a nooby, please tell me exactly where and how
Go in your ACP, then "Templates & Style".
Open your theme's template and look for "show thread templates" here you will find "showthread_ratethread". Here's an image:
Then open it and look for
{$lang->thread_rating}
This string recalls the word you want to edit, so change his style. For example, my code, which is the one of the default theme, is:
<strong style="float: left; padding-right: 10px;">{$lang->thread_rating}</strong>
So I just need to put a different style.