Archived topic
Hide tooltip when hover on header image
3 replies · Started by Costas on November 6, 2017
Viewing posts 1–4 of 4
Hi Guys, I have a simple question but i can't figure a way to fix it.
I just need to hide the tooltip that appears when u hover the header logo image.
Thanks.
Hi there,
Try this snippet:
add_filter( 'generate_logo_title', 'lh_remove_logo_alt' );
function lh_remove_logo_alt() {
return '';
}
Adding PHP: https://docs.generatepress.com/article/adding-php/
Thanks a lot:D
No problem!
This archived topic is closed to new replies.