Yep, I just did this exact same thing recently:
Templates to edit: modifyprofile, registeradult, and registercoppa
find the bio section you have in each of these, and change it to:
PHP Code:
<tr>
<td bgcolor="#XXXXXX" valign="top"><normalfont><b>Biography:</b></normalfont></td>
<td bgcolor="#XXXXXX"><normalfont><textarea rows="6" name="fieldX" cols="40">$bbuserinfo[fieldX]</textarea></normalfont></td>
</tr>
"fieldX" should be whatever your bio field # is. I believe field1 is the default. Then put in what colors you want.
Then, to make the field more than 250 characters, here is where I learned this:
How to allow Custom Profile Fields to exceed 250 characters
Hope that helps :beard: