Home › Forums › Support › Widget Support › Other Widgets › password protect › Reply To: password protect
February 12, 2017 at 11:23 pm #14917
Anonymous
Inactive
Yes, that’s the one!
Doesnt work :/ Still turquoise…
I’ve put it like this under Page/Page-properties/HTML for <head>:
<style>
#botonlogin {
background: #000000;
border-bottom: 2px solid #000000;
}
.formLogin input[type=”password”]:focus{
box-shadow: 0 0 5px #000000;
border: 1px solid #000000;
}
</style>