Highlight price or availability mismatch
Highlights product rows where the feed price or availability differs from the data on your shop page.
Code to copy
table tbody tr:has([aria-label*="price mismatch" i]),
table tbody tr:has([aria-label*="availability mismatch" i]),
table tbody tr:has([aria-label*="value mismatch" i]),
[role="row"]:has([aria-label*="mismatch" i]) {
background: rgba(168,50,121,0.14) !important;
box-shadow: inset 4px 0 0 #A83279 !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.