Home Forums WoodMart support forum Hide Social Login area

Hide Social Login area

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #253281

    vijay
    Participant

    Hi,

    Please help me how to hide social login area from home page login drop-down form.

    image is attached for reference.

    Attachments:
    You must be logged in to view attached files.
    #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.

Viewing 2 posts - 1 through 2 (of 2 total)