Netflix: always show titles on cards
Keeps the title text visible on cards at all times instead of only when you hover over them.
Code to copy
/* Keep the title text on cards always visible, not only on hover */
.title-card .fallback-text,
.title-card .titleCard-title_text {
opacity: 1 !important;
visibility: visible !important;
}
.title-card .boxart-container::after {
content: attr(aria-label);
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.