Changing newsletter font color- Blockshop theme

Hi. How can I change the newsletter font color From black to white in the Blockshop theme. I didn’t find any option for that in the theme settings.

URL: https://fluffyfriendsart.com

Any help would be very appreciated!

Thanks!

1 Like

@Inas

sorry for that issue can you 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--header>* {color: #fff;}
1 Like