stashapp/stash

Hide Stash IDs

Closed this issue · 3 comments

Is there any way to hide the Stash IDs from view across all pages (Performers, Studio's etc.)

To be clear, I don't want to remove the Stash IDs, as they are needed for scraping. I just want to hide them from view.

image

You can enable custom CSS in the Interface settings. I'm not an expert myself, but I believe the following should get the job done:
.stash_ids { display: none !important; }

@neru2132 Perfect, that worked. Thank you :)

@neru2132 Perfect, that worked. Thank you :)