I haven’t yet figured out how to change the title bg-foxx.. I had the same problem as you but you can get rid of it entirely and if anything place a seperate title above it…
Just navigate to your plugins editor, go to
recommend-a-friend/views/widget.tpl.php
once there you’ll see the the first 2-3 lines say
<h3 class=”widget-title”>
<?php if ( $title ) echo $title; ?>
</h3>
Just delete those and no more title what so ever… I hope that helped ??