Plugin Contributor
Lap
(@lapzor)
Hi,
I did not see the form in the footer. Am I looking at the wrong page? Where can I find it?
Thanks for letting us know.
Hi!
Thanks for your reply. I had to remove the form as it looks so bad with the different styling.
Just added it to another page here:
http://coachingenious.com/home/
Any ideas how to equalize the styling of the fields?
Ignas
Plugin Contributor
Lap
(@lapzor)
Your theme added a lot of styling targeted specifically at our form(s) but they only changed the email field, not other text fields.
Here is the code they added again, but I changed it so it also applies to the text fields
.mc4wp-form input[type=”text”] {
box-shadow: none;
border: 1px solid rgba(123, 123, 123, 0.3);
border-radius: 0px;
width: 67% !important;
float: left;
text-align: center;
letter-spacing: 1px;
text-transform: uppercase;
font-size: 13px;
margin-right: 15px;
height: 40px;
padding-left: 20px;
background: transparent;
}
You can add this code trough a plugin like Simple Custom CSS or maybe your theme already offers a way to add extra css via something like Appearance > … > Edit CSS.
Since this is something that is done by your theme I suggest to contact the theme developer for any further questions about this.
Hope that helps. If you have any questions, please let us know!
-
This reply was modified 7 years, 9 months ago by
Lap.