Viewing 4 replies - 1 through 4 (of 4 total)
  • Your page background is white, the border of the input fields is white and the background color of the input fields is white. That makes it kinda’ hard to see anything.

    Put this in your theme style.css file to set the border and field background color. You can change the colors as desired.

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

    border color is grey and fill color is blue. If you don’t know the hex codes for the colors, download this and keep it for future reference.

    <http://www.rapidtables.com/web/color/RGB_Color.htm&gt;

    Thread Starter bukavu

    (@bukavu)

    Thank you for the directives davejampole.

    From acknoledged74, I used this code on the css of my theme and it worked fine, Here.

    .wpcf7 input[type=”text”]{ background-color:#89D4FF; border: 1px solid #00B7EA; margin-bottom:6px; padding:8px 5px; font-size:11px; width:50% }
    .wpcf7 textarea.wpcf7-textarea { background-color:#89D4FF; border: 1px solid #00B7EA; margin-bottom:6px; padding:8px 5px; font-size:11px; width:75% }

    Now the other issue is “Send”, it remains plain, I would like something like a button type or at lease a border.

    Thread Starter bukavu

    (@bukavu)

    The remaining issue issue is “Send”, it remains plain, I would like something like a button type or at lease a border.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘The contact form is blank’ is closed to new replies.