• Dear Team,

    We have issue in checkout page. Normally social login login not appear when user go to checkout page. We need to click social login text and then only the login option will appear. Do we have any option not to disable the icon in the checkout page. screenshot attached.

    Screenshot url

    Can you please provide a solution to fix this issue

Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hello there,

    I can give you a code to hide the “Click here to login” link and show the social login buttons.
    Please, add these CSS rules to the Additional CSS area:

    .woocommerce-checkout .ywsl-box {
    	display: block;
    }
    
    .woocommerce-checkout .show-ywsl-box {
    	display: none;
    }

    Let me know.

Viewing 1 replies (of 1 total)
  • The topic ‘Checkout Social Login Issue’ is closed to new replies.