Forums

How to remove or reduce This form was created by ChronoForms

sylwekb 27 Apr, 2023
Hallo
How to remove or reduce This form was created by ChronoForms 7 ?
Max_admin 27 Apr, 2023
Answer
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.
sylwekb 27 Apr, 2023
‎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>
Max_admin 29 Apr, 2023
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.
You need to login to be able to post a reply.