Hello, I run a tech-site and I'm trying to get rid of the title of the site on the header image.
Here's the code that it involves. Thank you in advance!
http://pastebin.com/gJVstzgR
Hello, I run a tech-site and I'm trying to get rid of the title of the site on the header image.
Here's the code that it involves. Thank you in advance!
http://pastebin.com/gJVstzgR
Site url?
Right now I have the theme enabled and everything but I removed the site name.
Can you put the site title & tagline back in, please?
Alright it's up with the description also.
Try adding:
.siteName, .description {
position:absolute;
top:-9999px;
left:-9999px;
}
to the bottom of style.css.
Didn't work, still there. I removed the other reference to sitename/description then pasted that right at the very end of style.
This topic has been closed to new replies.