How do you disable the tooltip when you point your mouse at the TITLE in the title bar? For example, the tooltip says “Permanent Link:PROJECTS” when you point at the title “PROJECTS”?
Thanks for your great support!
Lori
Hi Lori!
Open functions-enfold.php, look for 307:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' title='".__('Permanent Link:','avia_framework')." ".esc_attr( $title )."' $markup>".$title."</a>";
Replace it by:
if(!empty($link)) $title = "<a href='".$link."' rel='bookmark' ".esc_attr( $title )."' $markup>".$title."</a>";
Cheers!
Josue
Thanks that fixed it!
Appreciate your help!
Lori