Follow-up Question:
How can I change the title text when hovering over the social media links? I found this code in the PHP files:
//facebook
if ( !empty( $options[ 'social_facebook' ] ) ) {
$catcheverest_social_networks .=
'<li class="facebook"><a href="'.esc_url( $options[ 'social_facebook' ] ).'" title="'.sprintf( esc_attr__( '%s on Facebook', 'catcheverest' ),get_bloginfo( 'name' ) ).'" target="_blank">'.get_bloginfo( 'name' ).' Facebook </a></li>';
}
But I’d rather not mess with the PHP and would like to use CSS instead. However, if I understand correctly there isn’t a way to change an elements attribute using CSS. What would you suggest? We’d like one that says “Find Jeff on Facebook” and another that says “Find Traci on Facebook”. Traci’s link is the one that is in the MySpace field.
Thank you very much for your help,
Shane