[Resolved] Hide tooltip when hover on header image

Home Forums Support [Resolved] Hide tooltip when hover on header image

Home Forums Support Hide tooltip when hover on header image

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #416943
    Costas

    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.

    #417144
    Leo
    Staff
    Customer Support

    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/

    #417360
    Costas

    Thanks a lot:D

    #417377
    Leo
    Staff
    Customer Support

    No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.