Created
March 2, 2018 09:47
-
-
Save TutorialWordPress/ff4a519882fa093cb5c964911dfeeacc to your computer and use it in GitHub Desktop.
Principales estilos CSS para personalizar el plugin Contact Form 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Estilos generales (Ancho del formulario, borde, fondo, tipo de letra...)*/ | |
.wpcf7 {} | |
/* Campo de texto y mensaje*/ | |
.wpcf7-text, .wpcf7-textarea {} | |
/* Estilo al pinchar sobre el campo de texto y mensaje */ | |
.wpcf7-text:focus, .wpcf7-textarea:focus {} | |
/* Etiqueta de los campos*/ | |
.wpcf7-form p {} | |
.wpcf7-form label{} | |
/* Estilos del botón de enviar */ | |
.wpcf7-submit {} | |
/* Estilos del botón al pasar el cursor*/ | |
.wpcf7-submit:hover { | |
} | |
/* Respuestas y mensajes al intentar/enviar correo */ | |
.wpcf7-response-output {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment