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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024