Viewing 1 replies (of 1 total)
  • Hi,
    Add this to your child theme’s functions.php

    add_filter('tc_logo_alt', 'my_alt_logo' );
    function my_alt_logo( $content ) {
     return "my logo alt"; //CHANGE
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change Header Logo Alt Text’ is closed to new replies.