add a background in my concact form

add a background in my concact form

Artez
Excursionist
109 5 24

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.

 

 

Replies 2 (2)

websensepro
Shopify Partner
2137 267 318

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>

websensepro_0-1748509431134.png

 


If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Artez
Excursionist
109 5 24

Hi I don't want all the backgrounds like this. Just the contact form to have a background.