Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    Where can I check the site?

    Thread Starter omblogger

    (@omblogger)

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    In themes/uber/style.css at line #272, you have

    input[type="text"], textarea {
    	background-color: #fafafa;
    	padding: 10px;
    	font-family: "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    	-webkit-border-radius: 5px;
    	-moz-border-radius: 5px;
    	border-radius: 5px;
    	color: #6a6a6a;
    	border: 1px solid #ddd;
    	background:	#fafafa url(images/field_bkg.png) repeat-x;
    }

    Change
    input[type="text"], textarea
    to
    input[type="text"], input[type="email"], textarea

    Thread Starter omblogger

    (@omblogger)

    Great, it works.

    Thank you very much.

    Hello,

    i am using several versions of contact forms 7 within a theme called THE PALACE all of which have lost the styling on their email field after the last plugin update. Just as described above: border is different, the width, the height, and so on. Here is the link.

    How can i resolve this issue? The above answer seems not to apply. Therefore i’d be very thankful for any helpful advice.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin Contact Form 7] Style of on field different!’ is closed to new replies.