Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
https://wmqgez-r2.myshopify.com/
Hi I am trying to add a background in my contact form.
Will be happy to get some help.
And center the button "send"
Warm regards.
Hi @Artez
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.color-scheme-1.gradient {
background-image: url(https://www.efmedispa.com/storage/uploads/revised-banners/skintag-removal.jpg) !important;
background-size: cover !important;
background-position: center !important;
background-repeat: no-repea !importantt;
}
sticky-header.header-wrapper.color-scheme-1.gradient.header-wrapper--border-bottom {
background-image: none !important;
}
.contact__button {
text-align: center !important;
}
footer.footer.color-scheme-1.gradient.section-sections--18541339574453__footer-padding {
background-image: none !important;
}
</style>
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hi I don't want all the backgrounds like this. Just the contact form to have a background.