I’m having a hard time removing the box shadow in email forms (Mailchimp) in mobile on this page:
http://karamjb.s158.upress.link/?page_id=60
when I test on the desktop using mobile emulators it looks like I succeeded removing the shadow- but when checking in chrome on my iphone it’s still there.
I added this to page css in Cornerstone:
#x_subscribe_form_email, #x_subscribe_form_full_name{
border-radius: 0px !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
the border radius worked as expected but the shadow didn’t work.
Thanks in advance!