Changing newsletter background color- Blockshop theme

Hi. How can I change the newsletter background color in the Blockshop theme.

Any help would be very appreciated!

Thanks!

1 Like

@Inas

can you please share store url?

1 Like

Hi. It’s https://fluffyfriendsart.com/

1 Like

@Inas

thanks for URL

can you please check first your theme setting allow this color change option if doesn’t look at this so 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.
.newsletter--root {background: #79affa !important;} /* change color as you like */
1 Like

It works. Thank yo so much. But a problem happened! The color I picked is too dark. Can I change the newsletter font to white instead of black please?

1 Like

@Inas

yes please add this code for text color

.newsletter--header>* {color: #fff;}
1 Like