Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1420235

    karamjb
    Participant

    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!

    #1420526

    Christian
    Moderator

    Hey there,

    I viewed your site on my phone and I don’t see the shadow. Please clear your browser cache then check again.

    Thanks.