with CSS, add the following css code to hide it:
or purchase a subscription and validate your Chronoforms install
a[href*="www.chronoengine.com"]{display:none;}
or purchase a subscription and validate your Chronoforms install
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>
/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:
you can put this code in your theme css or in a CSS view inside the form itself!
form.ui.form > h3{display:none;}
you can put this code in your theme css or in a CSS view inside the form itself!
You need to login to be able to post a reply.