[Resolved] Cant edit ALT on image..?

Home Forums Support [Resolved] Cant edit ALT on image..?

Home Forums Support Cant edit ALT on image..?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #953659
    Marcos

    I am trying to edit the ALT attribute on this image: https://www.seomarketing.co.nz/wp-content/uploads/2019/04/new-seomarketing-logo-transp.png

    If you see this, you’ll see the ALT attribute is “SEO Auckland”, but in the media gallery, I changed this to: SEO Marketing Logo

    But it’s not updating. Any idea why?

    #954122
    David
    Staff
    Customer Support

    Hi there,

    the logo title and its alt tag uses the Site Title. So you can either change that in Customizer > Site Identity or use this filter to change them:

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

    https://docs.generatepress.com/article/adding-php/

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