To remove the “See More” you can add at the end of the style.css
this code:
.only-on-home #more-site {
display: none;
}
I am still trying to figure out how to get rid of the header from all pages except the first page. when you get it, please post.
Thank you