Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #48421
    Peter
    Member

    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;
    }

    #48429
    Sakin
    Keymaster

    @Peter: You can add the following css in “Appearance => Theme Options => Custom CSS” box:

    input[type="text"], 
    input[type="email"], 
    textarea {
        border: 2px solid #9c234e;
    }
    #48433
    Peter
    Member

    Sakin, u rock! 🙂

    #48437
    Sakin
    Keymaster

    @Peter: Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Border color contactform’ is closed to new replies.