Re: Modify profile edit screen
Thanks @Modemlooper-
I took the things you pointed out, but modified things a bit. Within the profile field loop in members/single/profile/edit.php I added a series of lines like this:
`<?php if (bp_get_the_profile_field_id()=='7') echo "
Title Here
“; ?>`
Then added a css class to do all the formatting. Works great.