Full-screen image in dawn theme

I need to put full-screen images with text on my site

Hi @lf_2 ,

Could you please specify the design you want (including illustrative images or url store). We will check and giving to you if possible.

1 Like

I would like to set the three context images on the home page and the context image one on the product page I would like to set them full screen so without borders on the sides

I would like to set the three context images on the home page and the context image one on the product page I would like to set them full screen so without borders on the sides.

i need to put full screen image the 3 image in the home page and the one in the product page…

Hi @lf_2 ,

Is this final result you want ?

Please insert below code at the end of base.css file

.page-width:has(.image-with-text) {
    max-width: 100%;
}