Home Forums WoodMart support forum How to hide facebook/google login buttons? Reply To: How to hide facebook/google login buttons?

#234951

Hello,

First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :-).

Please Go to Theme Settings >> Login/Register and remove the keys from there.

Screenshot for Clarification: https://ibb.co/6w0hvCb

Or try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

.woodmart-social-login.woodmart-social-alt-style {
	display: none;
}

span.social-login-title.wood-login-divider {
	display: none;
}

Regard’s.
Xtemos Studios.