Viewing 6 replies - 1 through 6 (of 6 total)
  • Kind of a cryptic comment. What are you asking/saying?

    Thread Starter Bertjuhh66

    (@bertjuhh66)

    Well, I made an textfield ‘name’, but normally it should show

    ‘name’ and behind that a rectangular box which is outlined so you know where to put your name, but now these outlines are gone..

    I am also running CF7 3.8 and the frame around the an input text field shows the thin (1 pixel) frame. I do not rely on the CF7 default, since they rarely look like I want. I use something along the lines of the following CSS code:

    .wpcf7 input[type=text], .wpcf7 input[type=select], .wpcf7 input[type=email], .wpcf7 textarea {
    border: 1px solid #A0A0A0;
    border-radius:5px;
    background:#CCE5FF;
    }

    This sets the input field background color, border thickness, color and radius to what I want.

    All of my CSS code is in the My Custom CSS plugin I use.

    Thread Starter Bertjuhh66

    (@bertjuhh66)

    Works perfect..Thank you so much !!!!!!!!!!

    Glad I could help. Now, you have to do something to help someone else.

    Thread Starter Bertjuhh66

    (@bertjuhh66)

    Doing my best…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘CF 3.8 does not show lines around textfields’ is closed to new replies.