Shopify themes, liquid, logos, and UX
Hello!
Does anyone knows how can I put a background image to the featured-product section?
URL: https://maestrodellapizza.myshopify.com/collections/all
pass: pizza
image URL: https://cdn.shopify.com/s/files/1/0733/4559/7662/files/Untitled_design_29.png?v=1741811407
Thanks
Solved! Go to the solution
This is an accepted solution.
Hi @OnlyS ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
#shopify-section-template--18795977834718__featured_product_4Rdabt .gradient,
#shopify-section-template--18795977834718__featured_product_dLEgUh .gradient,
#shopify-section-template--18795977834718__featured_product_nii4xd .gradient,
#shopify-section-template--18795977834718__featured_product_FBb63U .gradient,
#shopify-section-template--18795977834718__featured_product_AmQRtQ .gradient {
background: url(https://cdn.shopify.com/s/files/1/0733/4559/7662/files/Untitled_design_29.png?v=1741811407) no-repeat center / cover;
}
This is an accepted solution.
Hi @OnlyS ,
May I suggest to update code these steps:
1. Go to Store Online-> theme -> edit code
2. Assets/base.css
3. Add code below to end of file
#shopify-section-template--18795977834718__featured_product_4Rdabt .gradient,
#shopify-section-template--18795977834718__featured_product_dLEgUh .gradient,
#shopify-section-template--18795977834718__featured_product_nii4xd .gradient,
#shopify-section-template--18795977834718__featured_product_FBb63U .gradient,
#shopify-section-template--18795977834718__featured_product_AmQRtQ .gradient {
background: url(https://cdn.shopify.com/s/files/1/0733/4559/7662/files/Untitled_design_29.png?v=1741811407) no-repeat center / cover;
}
Hi! thanks it works fine!!
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025