Class ui button

remove the ui button class from a CF form button.

Overview

The CF form button element automatically adds a 'ui button' class that cannot be removed via the standard settings.
Override the class by using custom CSS with the !important rule, or replace the button element with a custom HTML element.

Answered
ChronoForms v6
sa salewski 05 Jan, 2018
Answer
Hello,

How can I remove the class UI buttons? Under the menu item "Avanced" I can add a classe ... but not remove

<button data-events="[]" type="submit" name="weiter" id="weiter" value="" class="ui button">weiter</button>


thx😉

best regards

Chris
Max_admin Max_admin 05 Jan, 2018
Hi Chris,

You can't do that for the button, you will have to use "HTML" element and add your own custom button code without the class.

Best regards
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
sa salewski 05 Jan, 2018
1 Likes
Hello Max,

I have fix this with Cutom CSS and !important; work🙂

thx for your Support

Chris
This topic is locked and no more replies can be posted.