Dear ChronoForms Users
How can I change the color of the form confirmation message after form submit? Actually it's in a green style. When I want to show the source CSS, I see a file in a folder called cegcore2.
Can you help me?
Regards, Martin
How can I change the color of the form confirmation message after form submit? Actually it's in a green style. When I want to show the source CSS, I see a file in a folder called cegcore2.
Can you help me?
Regards, Martin
Hi Martin,
Do not use the "Message" action in this case, just use this code in a "Custom code" action:
Best regards,
Max
Do not use the "Message" action in this case, just use this code in a "Custom code" action:
<div class="ui message pink">your message</div>
Best regards,
Max
This topic is locked and no more replies can be posted.