Skip to content

Instantly share code, notes, and snippets.

@TutorialWordPress
Created March 2, 2018 09:47
Show Gist options
  • Save TutorialWordPress/ff4a519882fa093cb5c964911dfeeacc to your computer and use it in GitHub Desktop.
Save TutorialWordPress/ff4a519882fa093cb5c964911dfeeacc to your computer and use it in GitHub Desktop.
Principales estilos CSS para personalizar el plugin Contact Form 7
/* 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