[Resolved] How to change navigation logo alt?

Home Forums Support [Resolved] How to change navigation logo alt?

Home Forums Support How to change navigation logo alt?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411157
    Michal

    Hello,

    I would like to know, how to change alt of my main navigation(sticky+static) logo. I figured out, how to change url by adding “generate_logo_href” filter, but I dont want alt of the logo to be same as my site title, because logo url leads to another website. Thank you very much πŸ™‚ Happy GP premium user.

    #411430
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    You can try this filter: generate_logo_title

    add_filter( 'generate_logo_title', 'tu_change_logo_alt' );
    function tu_change_logo_alt() {
        return 'Your alt title';
    }

    Let me know πŸ™‚

    #411771
    Michal

    It works! Thank you very much πŸ™‚

    #412027
    Tom
    Lead Developer
    Lead Developer

    You’re very welcome!

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