Home › Forums › WoodMart support forum › I want to change Newsletter font colour › Reply To: I want to change Newsletter font colour
May 12, 2021 at 11:27 am
#291819
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.mc4wp-form-fields input[type=”email”]::placeholder {
color: white;
}
Best Regards