Hi!
I think I’ve resolved almost everything here… (95%).
If anyone get to the same things
(1- Add this to your custom css. This is how is the demo, don’t know why it is not included by default in style.css and changing it didn’t work):
.alt-bg {
margin-left: -380px !important;
padding-left: 410px !important;
padding-right:410px !important;}
(2):
Add this to your custom css
.contacto-padding-top {padding-top:0px !important;}
and put “.contacto-padding-top” in the extra class name field of the shortcode.
(3- In content/themes/neighborhood/style.css go to contact form shortcode (lines 5140-5210) and add
line 5163: “, .wpcf7 input[type=”tel”]”
line 5170: “, .sidebar .wpcf7 input[type=”tel”]”
Is just to also apply those styles to the input type “tel”. If you want another input type, I guess you have to do the same with your type…
I said 95% because when fields are focused, border-color is different between name-field and email-field.
Don’t know if that is a final solution, but it worked for me…
I’ll be back soon with other question in another topic…
Thanks!!! This theme is beautiful!!