Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hello. I want to add a background image behind the text in the section I attached below. Basically instead of the background being white, i want to change it to a different color or even add an image of my own. How do I do this? Thank you!!
Solved! Go to the solution
This is an accepted solution.
sorry for late reply yes please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.newsletter {background-color: #eeeeee;} /* change color as you like */
This is an accepted solution.
you have upload your image in assent folder after copy image link and update below image link jjust
.newsletter {
background-image: url(https://cdn.shopify.com/s/files/1/0528/2313/0294/products/Facetune_21-06-2021-16-00-15-3_e7fc8875-d24f-4ca9-8003-cc6faad570b9_540x.jpg?v=1624327271);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community!😊
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
This is an accepted solution.
sorry for late reply yes please add this code
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.newsletter {background-color: #eeeeee;} /* change color as you like */
@KetanKumar Thank you Ketan, that worked! Is there a code if I wanted to add an image to the background?
great thanks for update
its my pleasure to help us
yes you can do background image
This is an accepted solution.
you have upload your image in assent folder after copy image link and update below image link jjust
.newsletter {
background-image: url(https://cdn.shopify.com/s/files/1/0528/2313/0294/products/Facetune_21-06-2021-16-00-15-3_e7fc8875-d24f-4ca9-8003-cc6faad570b9_540x.jpg?v=1624327271);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
User | RANK |
---|---|
211 | |
109 | |
86 | |
58 | |
50 |