styled contact form
This commit is contained in:
parent
c45a94516f
commit
f2fdebc680
17
style.css
17
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 <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
|
||||
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"
|
||||
* */
|
||||
|
|
Loading…
Reference in New Issue