Hallo
How to remove or reduce This form was created by ChronoForms 7 ?
with CSS, add the following css code to hide it:
a[href*="www.chronoengine.com"]{display:none;}
or purchase a subscription and validate your Chronoforms install
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.
This code add to file user.css theme Cassiopeia? It doesn't work for me.
/media/templates/site/cassiopeia/css/user.css
In the page code, this snippet looks like below. I have a tag form inserted into the article.
<h3>This form was created by ChronoForms</h3>
maybe this should work then:
form.ui.form > h3{display:none;}
you can put this code in your theme css or in a CSS view inside the form itself!
Max, ChronoForms developer
ChronoMyAdmin: Database administration within Joomla, no phpMyAdmin needed.
ChronoMails simplifies Joomla email: newsletters, logging, and custom templates.