Border color contactform
Hi There,
Using Kathmandu Pro and Ninja Forms free.
home-upgrader.com/contact
CSS below works the textarea but not the border color of the textfields, any suggestions?
.glowing-border {
border: 2px solid; border-color: #9C234E; border-radius: 3px;
}
.glowing-border:focus {
outline: none; border-color: #9C234E; box-shadow: 0 0 5px #9C234E;
}