Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Additional Social Media Link #10120
    shaneskinner
    Member

    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

    in reply to: Additional Social Media Link #10089
    shaneskinner
    Member

    That worked perfectly, thank you very much!

    in reply to: Source Code #9991
    shaneskinner
    Member

    Please disregard. I may have been in too much of a rush and didn’t allow enough time for it to update or something. Everything is fine now.

Viewing 3 posts - 1 through 3 (of 3 total)