• Resolved Chuck Balogh

    (@chuckbalogh)


    On my (Ninja) contact form, it is almost impossible to see the dialog box outline. What parameter controls the thickness and size of these boxes? How can I make them darker? I had the same problem on another theme and tried to apply the same solution (CSS code) but it only helped on 1 field (message).

    Here is my site: 1ab.52b.myftpupload.com

    Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Chuck Balogh

    (@chuckbalogh)

    Update:
    I found the original CSS code and changed the color to a dark black (0a0a0b)
    Here is the code I changed: border: 1px solid #0a0a0b;

    # Forms
    ————————————————————–*/
    input[type=”text”],
    input[type=”email”],
    input[type=”url”],
    input[type=”password”],
    input[type=”search”],
    input[type=”number”],
    input[type=”tel”],
    input[type=”range”],
    input[type=”date”],
    input[type=”month”],
    input[type=”week”],
    input[type=”time”],
    input[type=”datetime”],
    input[type=”datetime-local”],
    input[type=”color”],
    textarea {
    color: #999999;
    border: 1px solid #0a0a0b;
    border-radius: 5px;
    padding: .5em;
    }

    I had to remove the Additional CSS I had entered from the other theme. While it was loaded, it affected which fields the above change affected.

    I hope someone else can use the above. I realize that this is very simple (newbie) stuff.

    Hi there,

    Thanks for sharing your solution!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Contact Form Field Dialog Box Too Light’ is closed to new replies.