Possible to turn order notes / customer notes a different color?

Hello and thanks for your time. It would be a great benefit to have the ability to increase visibility of the notes icon. Changing the notes icon to a brighter color would be great and eye catching, is this possible?

try adding this css in your theme.css file or base.css file

textarea[name="note"] {
background-color: #fffbea;
border: 2px solid #f5a623;
border-radius: 6px;
color: #333;
padding: 12px;
}

label[for="CartSpecialInstructions"],
label[for="cart-note"] {
color: #f5a623;
font-weight: bold;
font-size: 1.1em;
}

textarea[name="note"]:focus {
border-color: #e69100;
box-shadow: 0 0 0 3px rgba(245, 166, 35, 0.3);
outline: none;
}

is it possible to change the color of the notes from the admin-facing side? For example if a customer’s account is noted and I want the icon to be a brighter color. Thanks

Hey @dsfp . Hope you are doing great!

No, you cannot change the notes icon color natively in Shopify. its locked in the default themem settings.
You can use apps like Order Tagger to add color tags instead.