Background image to featured product.

Solved

Background image to featured product.

OnlyS
Shopify Partner
31 1 3

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

Accepted Solution (1)

EBOOST
Shopify Partner
1338 336 404

This is an accepted solution.

Hi @OnlyS ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
  }

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips

View solution in original post

Replies 2 (2)

EBOOST
Shopify Partner
1338 336 404

This is an accepted solution.

Hi @OnlyS ,

 

May I suggest to update code these steps:

1. Go to Store Online-> theme -> edit code

EBOOST_1-1672356985580.png
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;
  }

 

- Hope can help. If you find my reply helpful, please hit Like and Mark as Solution
- Need a Shopify developer? Contact email: eboost10@gmail.com
- Visit our site: https://www.eboosttech.net to view and download shopify themes and magento2 extensions free. Github.com/eboost10
- ❤❤DONATE ❤❤Coffee tips
OnlyS
Shopify Partner
31 1 3

Hi! thanks it works fine!!