Home Forums WoodMart support forum Hide Social Login area Reply To: Hide Social Login area

#253311

Hello,

I saw the screenshot you attached. Please try adding the following Custom CSS in the Global area under Theme Settings >> Custom CSS.

.login-dropdown-inner .woodmart-social-login {
display: none;
}

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

Regards.
Xtemos Studios.