Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #720429

    Hallo Support,

    ich möchte gerne die Felder meiner Formulare angenehmer darstellen. Wie kann ich per CSS in der Style.css oder der functions.php meine Felddarstellung anpassen? Die Formulare sind mit Caldera Formulare erstellt.

    Für die Darstellung von ContactForm 7 habe ich einen Code-Schnippsel, den ich hier anfüge:

    .wpcf7-text, .wpcf7-textarea, .wpcf7-captchar {
    background-color: #eee !important;
    border: none !important;
    width: 100% !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    font-size: 14px;
    color: #999 !important;
    padding: 16px !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    }
    .wpcf7-submit {
    color: #2EA3F2 !important;
    margin: 8px auto 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 6px 20px;
    line-height: 1.7em;
    background: transparent;
    border: 2px solid;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    }
    .wpcf7-submit:hover {
    background-color: #eee;
    border-color:#eee;
    padding: 6px 20px !important;
    }

    **CF7 ENDE**

    Wie kann ich das bei Enfold lösen?
    Danke und Grüße

    Andy

    #720997

    Hey Peter,

    hiermit:

    input#fld_7908577_1 {
    
    }
    input#fld_7908577_1:hover {
    
    }
    textarea#fld_7683514_1 {
    
    }

    Am Besten du machst einfach in Chrome rechtsklick->Untersuchen und gehst die entsprechenden Elemente durch, die du brauchst.

    Gruß,
    Andy

    #721619

    Hey Andy,

    geht das auch mit CSS klassen? Bin da noch nicht so firm drin. Beim Formular Angebotsanfrage sammle ich mich ja sonst zu tode ;-)

    Gruß
    Andreas

    #721959

    Hi,

    nein, scheint dieses Plugin was du verwendest, verwendet keine besonderen CSS Klassen, aber am besten du fragst das noch mal beim Autor des Plugins nach.

    Gruß,
    Andy

    #725210

    Hi Andy,

    danke für Deine Info, ich versuche es mal beim Autor.

    Schöne Weihnachten schon mal.
    Grüße
    Andreas

    #725402

    Hi,

    danke, ebenso ein frohes Fest :).
    Lass uns gerne in einem neuen Ticket wissen, wenn du wieder Hilfe brauchst mit dem Theme. Wir unterstützen dich gerne.

    Gruß,
    Andy

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Anpassung der Felddarstellung per CSS’ is closed to new replies.