Tagged: autoresponder
Hello. Trying to customize this by changing the text color, text transform and background color. Here is what I’ve tried.
.avia-form-success {
background: transparent !important;
text-transform: uppercase !important;
color: #fff !important;
}
h3.avia-form-success {
background: transparent !important;
text-transform: uppercase !important;
color: #fff !important;
}
Thank you,
Ryan
Hey rlogan2334!
Please use following code instead
.main_color .avia-form-success {
background: transparent;
color: white;
text-transform: uppercase;
}
Regards,
Yigit
No luck. Thanks!
Hey!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Creds attached
Hey!
There was a missing closing curly bracket in your Quick CSS field. I added it. Please review your website now
Regards,
Yigit
Good to go. THank you very much!