Chapter Text
CSS:
#header .logo,
#header .heading sup,
#header h1.heading span {
display: none;
}This code allows you to fully hide the site name.
If you add this code, however, you will change the name of the site itself rather than hiding it:
#header .heading a:after {
content: 'Tales of Our Own';
}
You can change the name to whatever you like, it doesn't have to be 'Tales of Our Own'.
It was inspired by this site's skin.
(Update: I hadn't noticed it before, but there is also about it.)
I liked how you can hide from others what kind of site you use, which is (might be) useful.
