Glad to see solutions in this thread.
I successfully modified the .png to display the logo I wanted but I still can’t can’t get the hover text to change.
What exactly in the example below needs to be changed so that the hover doesn’t display “user in Dribbble” but “this is my custom text”?
//Dribbble
// if ( !empty( $options[ 'social_dribbble' ] ) ) {
// $catchbox_social_networks .=
// '<li class="dribbble"><a href="'.esc_url( $options[ 'social_dribbble' ]
// ).'" title="'.sprintf( esc_attr__( '%s in Dribbble', 'simplecatch'
// ),get_bloginfo('name') ).'">'.get_bloginfo( 'name' ).' Dribbble </a></li>';