Hi shane – we really don’t recommend giving admin access to people you don’t know, but let’s see if we can get rid of that “logo” on your site.
Do you have a custom CSS section in that theme? If not, install a CSS plugins such as My Custom CSS or JetPack. Then add this to the new CSS section:
#logo {
display: none;
}
Make sure you clear your browser cache after making that change.