hey There,
I would like the contact field to be very clean without any shadow effects etc.
I is possible to delete the small shadow which appears when you click into a field?
Thanks
Monika
See link below, the contact field is at the end of the page
Hey Monika,
Thank you for the inquiry.
You can use this CSS code to remove the box shadow from a field when it’s focused.
#top input[type="text"]:focus, #top input[type="password"]:focus, #top input[type="email"]:focus, #top input[type="number"]:focus, #top input[type="url"]:focus, #top input[type="tel"]:focus, #top input[type="search"]:focus, #top textarea:focus {
box-shadow: none;
}
Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael