Image Title Removal #5409
-
Is your feature request related to a problem? Please describe. Describe the solution you'd like Describe alternatives you've considered |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Add this Custom CSS and refresh Stash. /* Hide image titles in image cards */
.image-card {
.card-section-title {
display: none;
}
} |
Beta Was this translation helpful? Give feedback.
Add this Custom CSS and refresh Stash.