Hello
To bring back menu button, add below css.
`
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
`
It’s working fine on our demo, I don’t know why it’s missing to your server.
To remove Login with social or Email
go to resources/views/auth/login.blade.php
remove .panel-heading
div
Backers mean individual man, if three payments come from one person, then it will count as 1 backer
Best Regards