How to delete site identity?

I want to delete this area http://imgur.com/a/rmorn completely.

hi @cigonas88,

Use this css code:

.site-branding {
display:none;
}

Thanks,

Cristian