Hi there community, im trying to remove that border selector from forms on dawn 4.0 theme:
in base.css there is a few properties about focus:visible.. and adding something like outline: none..
but i cannot found the correct way to remove that border.
thanks to anyone in advance.
@SHIBdev , do this to fix it in 20 seconds:
- In your Shopify Admin go to: online store > themes > actions > edit code
- Find Asset > ba****se.css and paste this at the bottom of the file:
.newsletter-form input{
border-color: transparent !important;
box-shadow: unset !important;
}
Kind regards,
Diego
1 Like
Thanks for that @diego_ezfy i just got to change to search__input, but yes definetly it worked 