I found the answer to my own question. To change where the "home" breadcrumb links to, insert this code to the Code Injection section. This worked on my 7.0 site on the Feed template:
<script>
$(function(){
$(".ProductItem-nav-breadcrumb-link:first-child").attr("href", "/store/");
});
</script>
replace /store/ with where you want to direct