Closed nathanstreetx closed 3 weeks ago
This can be accomplished by adding .scene-card__description { display: none }
to the custom CSS (Settings > Interface > Custom CSS). Be sure to enable custom CSS and refresh the page after applying it.
Stash enables custom CSS to allow users to tweak issues like this in their own Stash instance. The CSS provided by @bob123491234 should make the requested change. For further help with CSS, you can reach out in the Discord #theming channel.
Thanks @bob123491234 , that worked perfectly. Is there a way to get the same setting for Movies (Groups)?
@nathanstreetx Yes, just add a line with .group-card__description { display: none }
. It can be done for galleries and images as well with .gallery-card__description { display: none }
and .image-card__description { display: none }
.
Thanks @bob123491234
New to using this app, so not sure if this has already been created, but I couldn't find it in settings. I would like the option not show the scene description on the scene wall and performer wall (See screenshots). If this could just be a toggle in the settings that switched off the details display across scenes and movies that would be great
How it currently looks
How I would like it to look
FYI - I know I can achieve this by removing the details from the scenes themselves, but I don't want to do that, I still want the detail description when I open the scenes, just not on the wall.