Capture image on my homepage
Is there a way to hide or move this capture image on my homepage. It appears where my chat widget appears and doesn't look good. thanks
0
-
Hi Nick
Please try the following CSS code to move up the reCAPTCHA label so that it does not overlap with the chat widget. Feel free to adjust the height in the code.
/* Move reCAPTCHA v3 badge up */
.grecaptcha-badge {
bottom: 90px !important;
}Kindly paste this code under CMS- Project Settings - Code. Have a look at this screenshot https://jmp.sh/3W9FnApz
0 -
Hi thanks but this still looks clunky and gets in the way. is there any way of putting this in the footer as a static image.Is there no way to remove it completely?
0 -
Hi Nick,
To disable the reCAPTCHA, please set the data-recaptcha value to "false" in your Sendfox Embed form
<form method="post" action="https://sendfox.com/form/364r99/3o752v" class="sendfox-form" id="3o752v" data-async="true" data-recaptcha="false">
0
Please sign in to leave a comment.
Comments
3 comments