• Resolved portwally1

    (@portwally1)


    Hi,

    great plugin!

    I would like to change the logo alt text. Now it displays the site description text but I would like it to display the site name.

    How can I do that?

    Thanks
    WAlter

Viewing 2 replies - 1 through 2 (of 2 total)
  • Damian

    (@timersys)

    In functions.php

    add_filter('mailtpl/templates/header_logo_alt', 'change_alt_text_mailtpl');
    function change_alt_text_mailtpl() {
       return 'text';
    }
    Thread Starter portwally1

    (@portwally1)

    Thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Modify logo alt text’ is closed to new replies.