Recaptcha 3 label is visible for mobile devices and tablets – how to hide it?

Posted in: Newspaper
Post count: 364

I use this CSS code according to support team recommendations – https://prnt.sc/v255ij


/* hide Recaptcha 3 */
/*.grecaptcha-badge { visibility: hidden; }*/
.grecaptcha-badge{
display: none!important;
}

But I can’t see Google Recaptcha 3 label for PC – it’s ok BUT Recaptcha 3 label visible for Tablet and phone
https://prnt.sc/v253j6
Do you have any solution for this?
Site – https://prostobzor.com/

  • This topic was modified 5 years by kibiribi.
Post count: 18283

Hello !

This seems to be a caching issue on your side since at the moment your desktop website displays mobile theme: https://www.screencast.com/t/WIj9tIMKvAY

This happens due to cache. Please follow our guide and make sure that WP Super Cache has been installed properly: https://forum.tagdiv.com/cache-plugin-install-and-configure/

Let us know the result.

Thank you !

Post count: 364

Hello Vlad, I’ve changed WP Super Cache accroding to the Article – after that I’ve faced with main page issue – watch video https://drive.google.com/file/d/14J4uE8HvnndE1N3oafqgLBCK4BuhtDUr/view?usp=sharing
did you see this main page ok ? https://emagazin.info

Post count: 18283

Hello !

I have just tested your page on multiple devices and it works great on our side. Do you have the possibility to check it on another website ?

Thank you !

Post count: 364

Thanks for response and your time – will test from my side.

Post count: 364

I tried from my side according to your manual and recomendations.
I thought it was my problem – but ReCaptcha was not removed after WP super cache settings change.
Here it is screen of my another Blog reader from Phone – the same – https://prnt.sc/vfoe1j
Could you explain how it should be?
test page for phone – https://prostobzor.com/garmin-fenix3-avto-navigation/
screen – https://prnt.sc/vfoe1j
Custom CSS – https://prostobzor.com/garmin-fenix3-avto-navigation/

Post count: 18283

Hello !

Please try this css code: .grecaptcha-badge {
display:none!important;
}

The code must be inserted here: https://www.screencast.com/t/5vaCUXXSO1Q

Thank you !

Post count: 364

Done, thanks – for mobile Theme it is working well/
My fault, sorry! 🙁

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