How to hide Recaptcha 3 label for Mobile version with CSS

Posted in: Newspaper
Post count: 364

According to Google Rules I’ll be able to hide Recaptcha Label on all pages if on Contact form copyright message was inserted.
According to this option you told me before to add custom CSS –
/* hide Recaptcha 3 */
.grecaptcha-badge { visibility: hidden; }
It works like a charm for Desktop versions, but it doesn’t work for Mobile

Mobile page – https://prnt.sc/u29zyl

Please advise, how to remove Google Label for Mobile devices?

Post count: 35449

Hi,

You can use this custom css -> https://i.imgur.com/WkMYxGP.png
.grecaptcha-badge{
display: none!important;
}

Set this code in theme panel> mobile theme> custom code> css

Hope this will help you!

Post count: 364

Thanks, it works
screen – https://prnt.sc/u2ssj5

Post count: 35449

Hi,
If you have other questions, let us know!
Have a nice weekend!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.