Hello DriveWrite,
I have not had any issues accessing your site. I would try to clear your browser of the cache.
When you are logged into the admin page click
Appearance -> Editor
And it will bring you right to the CSS which style’s how you would like your theme to look.
Below is the code to hide your leave comments link.
.comments-link a, .entry-meta a {
visibility: hidden;
}
Hope this helps!