Skip to content

Instantly share code, notes, and snippets.

@ajmalafif
Last active August 27, 2023 07:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajmalafif/0c9a1274c467a38ce46facf900c8b283 to your computer and use it in GitHub Desktop.
Save ajmalafif/0c9a1274c467a38ce46facf900c8b283 to your computer and use it in GitHub Desktop.
Overwrite Shopify‘s Dawn border & box shadow‘s input field (Newsletter box)
.field:before, .customer .field:before,.field:after, .customer .field:after {
display: none !important;
}
.customer .field input, .customer select, .field__input, .select__select {
box-shadow: -1px 0px 0px 1px #C0C0C0 !important;
border: 1px solid #000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment