From f2fdebc68078c276d821510de49c385fb46a82c4 Mon Sep 17 00:00:00 2001 From: jorge-vitrubio Date: Thu, 7 Mar 2024 13:59:53 +0100 Subject: [PATCH] styled contact form --- style.css | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 1d93bd0..17584fe 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/ Author: Hangar.org Tech Lab - hangar.org Author URI: https://hangar.org Description: theme for the XarxaProd. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla vanderpla.com. Coding template and theme by Jorge - vitrubio.net -Version: 1.1.4 +Version: 1.1.5 Tested up to: 6.4 Requires PHP: 7.4 License: GNU General Public License v3 or later @@ -43,8 +43,11 @@ Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/ - Media - Captions - Galleries -# plugins +# Plugins - Jetpack infinite scroll + - Guttenberg + - Guttenslider + - Contact Form 7 # Utilities - Accessibility - Alignments @@ -2181,6 +2184,16 @@ textarea { margin: 0 0.3rem; } +.wpcf7-form input[type="email"] { + background: transparent; + border: 0.1em solid black; + padding: 1em; + text-align: center; +} +.wpcf7-form { + text-align: center; +} + /* styles applied if written in wp backend * class="contactform contactform-WHATEVER" * */