I have attached the link to my website
There is a small check box under the words “Hide Section” in each section you edit (in theme options) make sure that it is unchecked, this should make them view-able.
Enter this code into your Custom CSS then you wont have to re-create your page
#respond.comment-respond {
display:none;
}
Nevermind here is what I came up with
#colophon .credit-info
{
display: none;
}