Actions

Work Header

Rating:
Archive Warning:
Fandom:
Additional Tags:
Language:
English
Stats:
Published:
2025-09-28
Words:
48
Chapters:
1/1
Kudos:
4
Bookmarks:
1
Hits:
165

If You Don't Want Others To Know What Site You're On

Summary:

This code hides both the name of the site and your name/nickname/pseud.

Notes:

(See the end of the work for notes.)

Work Text:

#header .logo,
#header .heading sup,
#header h1.heading span {
  display: none;
}

#header .heading,
#login,
#greeting {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  float: none;
}

#header .user {
  float: none;
  text-align: center;
}

#header .heading a:after {
  content: 'Storytime';
}

.icon {
  display: none;
}

#header #search .button,
#header #search .submit {
  display: none;
}

Notes:

Perfect for an existing site skin.