Home Forums WoodMart support forum Google Authentication Problem Reply To: Google Authentication Problem

#457342

Artem Temos
Keymaster

Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

body .wd-social-login .login-goo-link {
    padding: 5px 20px 5px 49px;
		font-size: 14px;
		text-transform: none;
}

body .wd-social-login .login-goo-link:before {
	inset-inline-start: calc(2px + (var(--btn-accented-brd-radius) / 4));
  width: 39px;
  height: 39px;
	border-radius: 0;
	background-size: 18px;
}

You need to also change the text on this button to Sign in with Google. You can do this with Loco translate https://xtemos.com/docs-topic/translate-woodmart-theme-with-loco-translate/