The email field will not inherit the transparency or background color as all other fields do? I have searched and search css and am at a dead end, please look here: http://hallesque.com/contact-hallesque/
Any assistance would be greatly appreciated….
Thanks – and by the way, Newspaper 8 is by far the best on the marketplace.
While I’ll have to re-edit the style.css if I changed demo themes, I did finally track down a hack.
I had to add a background color at the end of the class below. I added (background-color: #fef6e9;) to match the old fashion theme. I’d prefer a correct solution, if you have time….
input[type=text],
input[type=url],
input[type=tel],
input[type=email] {
font-size: 12px;
line-height: 21px;
color: #444;
border: 1px solid #e1e1e1;
width: 100%;
max-width: 100%;
height: 34px;
padding: 3px 9px;
/* responsive portrait phone */
}
Hi,
Try it like this, enter the email input along with the others here
– https://www.screencast.com/t/sxeSBUrQo
Like this
– https://www.screencast.com/t/KKzHrGIF
Before and after should be like this
– https://www.screencast.com/t/5ZEYmKJotAE
– https://www.screencast.com/t/ryLH4yA0iJ
Thanks