How to change the field help hint icon ? on a form

Hi. Seems like a trivial thing, but I have users confused by the icon used for the field hint - it is a question mark icon ? Users are saying it makes the fields look like questions. I just want to change the icon to an about icon or book.

I can’t seem to find this in any setting on the form app, or in the CSS theme itself.

After playing around with Chrome developer tools, I can only do the following, which puts a background blue book behind the ? Kinda softens the image up, but I can’t change the img src for the ? icon as it is in a hyper link, under the class scFormPopupTrigger. The ? floats above my background image, but the combination is better than just the question mark…

in the applicationInit event, I am eching this:

.scFormPopupTrigger a {
margin-left: 10px;
padding-right: 10px;
background: url(…/_lib/img/scriptcase__NM__ico__NM__book_blue_16.png) no-repeat;
}

Again, I would rather change this using the theme or some other setting?

Any ideas?
Thanks,
Jamie

I think it is hard coded and cannot be changed from IDE (unless you modify SC Libs) but then itwill get ovverwritten on SC update.
I would however recommend to thech Theme editor (I think I’ve seen section for Help in there)…