Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7572
    jobregonz
    Member

    I have problems using Contact Form 7 plugin recommended by Catch Themes.

    Some fields have no theme design.

    http://iyn.com.mx/services/patentes/

    I see the problem even in the Catch Mustang  Demo page using Firefox and Safari.

    http://iyn.com.mx/wp-content/uploads/2013/04/forms.jpg

    Is there a solution?

    #7642
    Sakin
    Keymaster

    @jobregonz: Add the following CSS in “Appearance => Theme Options => Custom CSS” for now. But we are releasing Version 2.0 soon, after that you can remove this css.
    `
    input[type=”email”],
    input[type=password] {
    background: #cccccc;
    -moz-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
    box-shadow: 0 1px 5px #bcbcbc inset, 0 1px 0 #fff;
    border: 1px solid #aeaeae;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    padding: 5px 10px;
    width: 75%;
    }
    `

    #7701
    jobregonz
    Member

    it worked, thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Some fields have no theme design’ is closed to new replies.