-
Go to ‘Online Store’ → Theme
-
From your Active Theme click on the 3 dots(…) → Edit Code
-
Locate the file ‘main.css’
-
At the bottom of the file add this code(Replace ‘{your-color}’ with the color you want)
.signup-form__response.signup-form__response--success.alert .heading-font.h6{
color: {your-color};
}