Can I Set Recaptha 3 Display To None So That It is Not Visible On My Website - Question | JoomShaper

Can I Set Recaptha 3 Display To None So That It is Not Visible On My Website

P

Puntje

Template 3 years ago

can i set recaptha 3 display to none so that it is not visible on my website

https://prntscr.com/10djliu

This is the code - but does not work in custom.css if i put it in.

.rc-anchor-invisible { height: 60px; width: 256px; display: none; }

Stijlkenmerk { width: 256px; height: 60px; display: block; transition: right 0.3s ease; position: fixed; bottom: 14px; right: 4px; box-shadow: gray 0px 0px 5px; border-top-left-radius: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border-bottom-left-radius: 2px; overflow: hidden; display: none; }

0
4 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #9506

Hello Puntje

If your CSS class name is correct, then this CSS might work. Please go to Template Options -> Custom Code -> Custom CSS and add this CSS

.rc-anchor-invisible { 
    display: none !important; 
}

Best regards

0
P
Puntje
Accepted Answer
3 years ago #9512

i put in this the custom.css of the template

https://prntscr.com/10ebbdr

But is still showing. also put in the custom.css of the styles. But it is still showing

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #9524

It looks like a third-party extension that is creating this captcha. You can uninstall the extension.

0
P
Puntje
Accepted Answer
3 years ago #9542

it is the new google 3 recaptha, what everyone will use in 1 or 2 years

0