Kraynic said: This is one instance where it is useful to go through the Roll20 github and look at sheets (or at least the preview images). Most of the "by Roll20" sheets have modified those buttons to a plus sign for add, and an open or closed lock for modify. Other sheets have done other things like the Godbound sheet that has altered the color, and in some sections modified the wording of the labels. Looking at practical examples in working code from other sheets might be a way to wrap your head around how they work. At least, that is what I plan to do when I redesign the buttons on mine. Pick something that makes changes you are interested in and poke around in the code. You may want to download the css for that sheet for ease of interacting with it in the editor of your choice. Forgive me for being obtuse, but this is largely why I'm having a trouble figuring this out more than any other code which was easy to learn from the reference: It doesn't seem to function at all with Roll20, even if it does in an editor. I just tried completely even copying the Godbound code to see if it would work and nothing; no matter what code I put in (from this thread, the wiki, or the examples) it seems to completely reject changing these buttons. I've had much less trouble learning from the examples from this point, as I can see a result occurring. With this, nothing I do seems to make any difference. I cannot seem to make any impact on the buttons even using apparently working examples. I'm extremely stumped what I could possibly be doing wrong at this point. My CSS styling at the moment is extremely simplified. Any help would be greatly appreciated and sorry if I'm overlooking something completely obvious. You guys keep giving me working code I'm sure, and I've gone over the wiki multiple times but my guess is I am somehow applying it into the wrong place. Any suggestions are more than welcome. :)