Viewing 5 replies - 1 through 5 (of 5 total)
  • dima333

    (@dima333)

    I had the same problem with the Email field. After updating to 3.4 the Email field and all the other fields except the “text” fields did not look identical to the Text fields. To fix that you have to add the custom CSS code to your theme’s style sheet. I’m not sure if this code will help in your case, but it did in mine. You never know so give it a try.

    .entry input[type=email] {
      background: none repeat scroll 0 0 #F9F9F9 !important;
        border: 4px solid #E4E4E4;
        box-shadow: none;
        color: #333333;
        font: inherit;
        padding: 12px 17px;
        width: 80% !important;
    }

    dima333

    (@dima333)

    [type=email]
    Change the type of the field to whatever it is that you’re trying to add style to.

    John Seven

    (@john-seven)

    Thanks dima333,

    Your fixed helped, and a nice style too.

    http://studio611.net/contact/

    Best,

    John

    Thread Starter susangkd

    (@susangkd)

    thanks for the info.

    sjogro

    (@sjogro)

    Doesn’t work for me. Will this be fixed in an update of the plugin? http://goo.gl/qRGBF

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘3.4 field style look’ is closed to new replies.