Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #38699
    medicsontheball
    Participant

    Having some trouble changing the text on the social icons. I have replaced the RSS icon with a custom icon and that works fine. However the hover still says RSS.

    I have tried changing it in the catchbox-functions.php but no luck. What am I missing here?

    //RSS
    			if ( !empty( $options[ 'social_rss' ] ) ) {
    				$catchbox_social_networks .=
    					'<li class="rss"><a href="'.esc_url( $options[ 'social_rss' ] ).'" title="'. esc_attr__( 'IMDB', 'catchbox' ) .'" target="_blank">'. esc_attr__( 'IMDB', 'catchbox' ) .'</a></li>';
    #38738
    Sakin
    Keymaster

    @medicsontheball: Your changes looks fine and you will see changes automatically after 24 hours to clear the cache or you can manually clear it by changing anything in Theme Options panel and save changes.

    Note: Please don’t edit or add files inside catch-box-pro directory. As this folder will be reverted back to original when you update the theme and your edits will be lost. So, if you want to edit any core theme functions then you can build child theme and copy functions catchbox_social_networks in your child theme functions.php file and edit it there.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Social Icons Hover Text’ is closed to new replies.