Hello, I installed the recaptcha v3 on my site and it works. But since I installed it the icon recaptcha this superpose with the top link button.
You can see the problem on this page for example :
Is it possible to move the position of the top link button ?
Thank you in advance for your help.
Hey Joseph_HILFIGER,
Please try the following in Quick CSS under Enfold->General Styling:
#scroll-top-link {
right: 100px;
bottom: 50px;
}
Best regards,
Rikard
Hello,
it works, thank you !