MyBB Community Forums

Full Version: Make bold profiles fields
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make profile fields bold and how would I change them to dark blue in color?

For example I want City/Town To be bold and dark blue.
There are probably easier ways but...

Download this plugin and install it. Edit your City/Town profile field. Modify the input (a new option added with that plugin). An example (untested) would be:

<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
	<tr><td class="thead" style="color:#00008B;"><strong>{$xtpf_data['name']}</strong></td></tr>
	<tr><td class="trow2">{INPUT}</td></tr>
</table>

Oops, forgot to mention you need xthreads installed (it's very easy to find on the same forum) to use it.
oops wrong thread