Change Icon Colors in Single Order from Purple

Description/Instructions

This snippet will change the color of the icons in the single order page from the purple to any color you want.

If this snippet helped, feel free to buy me a taco :)

.order-event-icon>svg{
fill: #EC865A !important;
}

  • CSS
Copy Code

Let's Chat About this Snippet