Shopify themes, liquid, logos, and UX
Hi, My site is vaultgoods.biz and I'm trying to duplicate the design of newsletter section here:
I was already able to change the arrow to a button. Now I want to change the form from box to underline, and increase the width. Lastly, add a text for disclaimer below the form.
Can someone help me with code pls? Thanks!
@jayzor74 Please follow below steps to display disclaimer text under the form and change form box to underline. Let me know whether it is helpful for you.
<p>You can opt-out at any time. See our <a href="#">Privacy Policy</a> and <a href="#">Terms</a>.</p>
4. Click "Exit" icon and then click "Customize" button from the current theme.
.newsletter-form {
max-width: 45rem !important;
}
.newsletter__wrapper .newsletter-form__field-wrapper {
max-width: 100% !important;
}
.newsletter-form__field-wrapper .field:after {
box-shadow: unset !important;
}
.newsletter-form__field-wrapper .field {
border-bottom: 2px solid #000000;
}
.field__input:focus-visible {
box-shadow: unset !important;
}
Thanks! I already got this one sorted.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025