I ended up using a plugin that worked great for what I was trying to accomplish…
http://git.ladasoukup.cz/sb-rss-feed-plus
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.
I figured this out. I guess the “http” in my URL was written as “Http” with a capital “H”. I corrected this and it worked.