Highlight low-stock items
Marks rows of products flagged as out of stock or low in inventory so they are easier to restock.
Code to copy
table tbody tr:has([aria-label*="out of stock" i]),
table tbody tr:has([aria-label*="low stock" i]),
[role="row"]:has([aria-label*="out of stock" i]) {
background: rgba(217,48,37,0.12) !important;
box-shadow: inset 4px 0 0 #EA4335 !important;
}
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.