GiGs said: You should be able to change those colours. If they are all intended to be the same colour, assign their containers a class, say "class="mycolour", and you should be able to change them with something like this in the css .sheet-mycolour input { color: godawfulgreen; } Replace the listed colour with the one you actually want to use. If that isnt working, its likely you are running afoul of CSS specificity, but it's hard to know without seeing your HTML and CSS for one of those sections. thanks for the suggestions. ^.^ i could not get it to recognize the input for the color code, even tried @ Andreas J. suggestion input[type="text"], input[type="number"], but CSS was not having it. i opted for a toggle on the top of the sheet for a easy read mode that changes (color: godawfulgreen;) in to a soft background that's easy to read. ill come back to the color issue when time allows but have to have the sheet/game prep for next week, if any one has any other suggestions feel free to drop them and i will keep at it. as for what sheet CSS I'm using its a modified D20 Modern, so far all ive change is the colors, some of the names on skills, ability's & added a few buttons. (<a href="https://github.com/Roll20/roll20-character-sheets/tree/master/d20%20Modern" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/tree/master/d20%20Modern</a>)