How do you get rid of the header text that says the title of the website while keeping your website's title? Having a text title in the header is always useless to me, however every theme seems to have one. I have removed it before but I forget how, and it frustrates the f*!@ out of me. I always forget how to do this and its very annoying. Thanks.

Comments

andrea_london’s picture

use the css rule display:none;
that will not show your title.
It works even if it's not an ideal solution.