-
AuthorPosts
-
December 5, 2016 at 12:13 pm #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üßeAndy
December 6, 2016 at 2:16 pm #720997Hey 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ß,
AndyDecember 7, 2016 at 6:04 pm #721619Hey 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ß
AndreasDecember 8, 2016 at 2:09 pm #721959Hi,
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ß,
AndyDecember 16, 2016 at 9:00 am #725210Hi Andy,
danke für Deine Info, ich versuche es mal beim Autor.
Schöne Weihnachten schon mal.
Grüße
AndreasDecember 16, 2016 at 4:06 pm #725402Hi,
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 -
AuthorPosts
- The topic ‘Anpassung der Felddarstellung per CSS’ is closed to new replies.