Removing basic header/text elements from a theme

inspect the page, get the class and put on css

.theClass{
    display:none;
}

also if you want to remove the text on the header, probably will be on the file header.php

this are maybe the two ways I would do it, there are many more.