I'm using javascript to color a section green and have it appear when an opportunity is won. However there is some white color coming from the field values. Can someone please tell me why these appear and how to remove them? I even tried "document.getElementById("fieldname").style.backgroundColor = "90EE90"; but that did not work.
Marked in red:
*This post is locked for comments