The ideal here would being able to select which authentication methods are allowed, including anonymous, google, facebook and eventually other methods.
Hi there, @Sentinella_Brasil and welcome to the Community ![]()
Thanks for sharing your thoughts! We’ll try to think about it as an option in the settings, especially if this request gets more votes ![]()
I see that you’ve already added a CSS code to hide the Google login method. As for the anonymous mode, you’d like to let users choose this method before posting a comment, am I right?
I hope you could allow the removal of either Google or Facebook button, as a login option, to prevent users/visitors from accessing restricted sites.
You’d like to choose which authentication option should be available for users instead of showing all options at once, right?
If this is the case, we already have such a request on the Wishlist, and I’ve added your comment there too. While there is no setting to choose the authentication methods to display, you can hide them using the codes below.
Hide Google button:
.es-sign-in-button:nth-child(1) {
display: none;
}
Hide Facebook button:
.es-sign-in-button:nth-child(2) {
display: none;
}
The codes should be added to the Custom CSS field on the Settings tab of your widget’s settings ![]()
Allow the use of the Shopify logged in user.
Interesting idea, we’ll keep that in mind!
Thank you for the feedback, @user4113 ![]()