Adding an image background to Newsletter section

Hello! Is there a way I can put a image for the background for the Newsletter section of an website? I am using Ella Theme 6.5.3

Hi @tommyteems4 , can you share your store url and what image you want to put as a background?

https://thedollwigcollection.com/

I dont have a picture yet, because I havent made one for it. is there a way to code any pic in there?

2 Likes

@tommyteems4 , go to base.css and add the following code :

div#newsletter-section-template--15253898461238__12266835-0afd-4193-9ad2-eb5cd944bc99 {
    background-image: url("Your image url");
}

And put your image url.

I tried and that didnt work

1 Like

@tommyteems4 , Did you put your image url?

i did