Home › Forums › WoodMart support forum › Hide Google Captcha V3 Badge › Reply To: Hide Google Captcha V3 Badge
February 7, 2024 at 1:51 pm
#537629
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.grecaptcha-badge {
visibility: hidden !important;
}
Best Regards.