I have created a child theme with a functions.php file and added the line:
remove_action( 'highwind_header', 'highwind_site_title' );
This does not remove the site title. Any ideas why not?
I did edit the css file to remove it but trying to figure out why the remove_action doesnt work.