How can I remove the dark opacity behind my newsletter pop up?

Does anyone know the code to remove the ‘dark opacity’ which is behind my newsletter pop up?

See screenshot.

Also if you knew how to make the newsletter text ‘your email’ to become centred and the colour: #7898FF that would be great too

1 Like

@kindredpeople

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/styles.css ->paste below code at the bottom of the file.
.cc-popup .cc-popup-modal .cc-popup-image:after {background: #7898FF;}