ChronoForms V 6 - how can I change the confirmation message color?

Change the color of a CF form confirmation message.

Overview

The default confirmation message uses a green style that cannot be easily modified via the standard "Message" action.
Instead of using the "Message" action, add a Custom Code action to your form and insert the appropriate HTML with your desired CSS class, such as a class for a pink message.

Answered
mb mbg_ch 12 Sep, 2017
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
Max_admin Max_admin 15 Sep, 2017
Answer
Hi Martin,

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
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
mb mbg_ch 17 Sep, 2017
1 Likes
Hi Max

Works perfect, thank you.

Regards, Martin
This topic is locked and no more replies can be posted.