Site URL: https://porcupine-rectangle-erlh.squarespace.com/
Hi everyone,
I'm trying to adjust a newsletter field block on the home page for my website
www.ksette.co
https://porcupine-rectangle-erlh.squarespace.com/
Having difficulty getting the
First Name, Last Name and Email Field and sign-up arrow button to be on the same line
Removing the border around the arrow sign-up button
No padding above the Newsletter Block. Want it to sit underneath the accordian menu as if it's part of the accordian menu.
Appreciate any suggestions.
Thanks,
Patrick
// Full Underline Newsletter Form - Block Style //
.newsletter-block .newsletter-form-body {
padding: 0px !important;
border-bottom: 0px solid !important;
margin: -32px;
}
// Full Underline Newsletter Form - Field Style //
.newsletter-form-field-element {
border: none !important;
background-color: transparent !important;
}
// Full Underline Newsletter Form - Input Style //
.newsletter-form .newsletter-form-field-element, .field.email input:placeholder, .field.email input:focus {
color: #666 !important;
border: none !important;
}