Skip to content

Snippets / CSS

CSS

Change Icon Colors in Single Order from Purple

D Donald McGuinn · 85 views · Updated 2 years ago
This snippet will change the color of the icons in the single order page from the purple to any color you want.
.order-event-icon>svg{
fill: #EC865A !important;
}
CSS · 3 lines

Discussion

Ask a question or share how you used this.

Log in to join the discussion.

No comments yet — be the first.

Voxel Guide assistant
Ask about snippets, addons & how-tos

Hey — how can I help?

I can dig through the library for snippets, addons, and tutorials.

AI can be wrong — double-check anything important.