i think by decault there is a different color border around this field. how can i enable it ? i m using the dawn theme.
Topic summary
A user is experiencing a missing border around the email input field in their newsletter subscription form on the Dawn theme. They believe there should be a default colored border but it’s not displaying.
Current Status: Multiple community members have responded requesting the store URL and password to investigate further.
Proposed Solution: One responder provided a CSS code snippet to add to the theme’s Custom CSS section:
- Navigate to: Sales channels > Online store > Themes > Customize > Theme settings
- Add CSS targeting
.footer-block__newsletter .newsletter-form__field-wrapper .field:afterwith a white box-shadow border
The issue remains unresolved pending the user sharing their store details for proper diagnosis, though a potential CSS fix has been offered.
Hello @fh3
Welcome to the Shopify Community! Kindly share your store URL and password (if it is password-protected), so that I can review it and provide you with an accurate solution.
Hi @fh3
Please, share your store URL. Thanks!
Hi @fh3
Please add this code to Custom CSS in Sales channels > Online store > Themes > Cusotimze > Theme settings
.footer-block__newsletter .newsletter-form__field-wrapper .field:after {
box-shadow: 0 0 0 1px #fff;
}
