Custom accent color
Recolors Canva primary buttons to a purple tone; adjust the hex value to your own taste.
Code to copy
button[class*="primary" i],
[class*="cta" i] button,
a[class*="primary" i] {
background-color: #6c4bd6 !important;
border-color: #6c4bd6 !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.