My site is http://www.econhelp.org
I successfully used the instructions to add a header image, but I can't get rid of the blog title still there. I tried doing the following markup:
#header h1 {
display: none
}
but this only gets rid of the description ("helping you learn economics"). How can I get rid of the title?
Also, if I managed to get rid of the title, would that look bad to search engines?
Thanks.