Last active
August 27, 2023 07:53
-
-
Save ajmalafif/0c9a1274c467a38ce46facf900c8b283 to your computer and use it in GitHub Desktop.
Overwrite Shopify‘s Dawn border & box shadow‘s input field (Newsletter box)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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
https://community.shopify.com/c/shopify-design/how-can-i-hide-the-locale-selector-in-the-dawn-theme-footer/m-p/1626175