Hi, I would like to change background to image of specific sections of my pages. I tried some codes but nothing worked, could you please help me. Thanks. Web: www.luxur-looks.myshopify.com Pass: luxurlooks
Hi @noapaxx ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Customize theme
Step 2: Click on the section where you want to change the background image
And you can add the following css to this setting:
.gradient {
background: url("url_image_path")
no-repeat;
background-size: cover;
}
I hope it would help you
Best regards,
Richard | PageFly
Thanks for that. But one more thing, how to do this to make the background for mobile.

