How to change newsletter background color or image?

Hi, there’s an option to show background color for the newsletter in the debut theme but know option to select the color. Is there a way I change the Color? or even change it to an image ?

1 Like

Hi there @TiaM ,

Can you please include the URL of your store? I’ll take a look for you before I can offer any solution/guidance. Thanks

@TiaM

sorry for that issue

can you please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.newsletter-section {
    background: #eeeeee; /* change calor as you like */
}

hello @TiaM

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.newsletter-section {
    background: #9e5b5b61; 
}