Hmmm, that would require template edits. You would need to edit the
USERCP_SHELL template, find the elements that you want to change, for instance,
My Settings header, find:
HTML Code:
<h2 class="blockhead">{vb:rawphrase my_settings}</h2>
And change it to:
HTML Code:
<h2 class="blockhead" style="color: pink;">{vb:rawphrase my_settings}</h2>
Of course change pink to suit your needs.