Add background image to featured product section homepage dawn theme

I have this website

https://lashes-and-accesories.myshopify.com/

pass ohfleu

How do I Add a background image to featured product section homepage dawn theme?

Thanks for your help

@urbantis

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.section-template--15942398640382__featured_products-padding {
background: url(https://cdn.shopify.com/s/files/1/0613/6499/4302/files/back1.jpg?v=1651070651)!important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
}