HI, how can I make the newsletter box (frame/icon) smaler and the text as well?
I use the theme “dawn”.
Thank you
Hi,
Just paste this code in the base.css under Asset folder.
@media screen and (min-width: 750px)
.newsletter-form {
max-width: 25rem !important;
}
}
.customer .field label, .field__label {
font-size: 1.3rem !important;
line-height: 1.2 !important;
}
.customer .field input, .customer select, .field__input, .select__select {
height: 3.5rem !important;
}