Hello, on my local site I have activated ReCaptcha invisibleCaptcha, now I would like to remove the label in the contact form. How can I do? Joomla 4.0.3
Thanks
elanto751 Hi The captcha is invisible on the right side it is different and could not be hidden except you will remove the captcha settings. As if you will it it will show. About the word it maybe removed from there, but again if you hide it and no captcha there user can not submit the form. So you have keep the captcha version 2 for it.
Ok, thank Ninja
elanto751 You can add this code in custom css to remove captcha heading below contact form
.view-contact #jform_captcha-lbl {display:none;}
The suggestion is based on the demo installation if not work please post the URL of contact page here.
Thanks Ninja, Solved!
elanto751 You are welcome!