Remove the advertising button.

How do I remove the "WDB Fancy Capture" advertising button on the top right hand corner?
TIA
Zane
TIA
Zane
Welcome to the Official CGDevTools Support Community Forums.
https://www.cgdevtools.com/cgforum/
zsleo wrote:Any answer for this?
TIA
ZaNE
#ajax-fc-right a {
display: none;
}
cgdevtools wrote:
- Load css file (IWForm.ContentFiles)
- Create your own css file and put this code:
css code
#ajax-fc-right a {
display: none;
}
WCGJQFancyCaptcha.Css := 'fancycaptchablanklogo.css';