Hide the option “Log-in with facebook”

Here is a small snippet to hide the “Log-in with Facebook”.

Just like this: Hover me

To do that, just add the following css in the “advanced customization” section of your editor:

form.slide-down .list .item:nth-child(1), form.slide-down .list .item:nth-child(2) {
display: none;
}