Actions

Work Header

Rating:
Archive Warning:
Fandoms:
Additional Tags:
Language:
English
Collections:
Ao3 Skins
Stats:
Published:
2025-10-05
Completed:
2025-10-05
Words:
217
Chapters:
3/3
Kudos:
14
Bookmarks:
5
Hits:
959

Useful Codes For Site Skins

Summary:

Either hide the header or change "Archive of Your Own" to something else. Also hide the Kudos logo and the username.

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.