Highlight budget cells
Underlines budget cells of campaigns and ad sets with a blue tint and bold text so you find them fast.
Code to copy
[role="gridcell"][aria-label*="budget" i],
[role="cell"][aria-label*="budget" i] {
background: rgba(24, 119, 242, 0.10) !important;
font-weight: 600 !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.