Home Joomla Tips Remove Powered By ChronoForms - ChronoEngine.com
Author:

Does your site uses Joomla and you have installed Chronoforms to allow you website users to fill in some forms? If so then you may get the following message when you use a free version:

"Powered By ChronoForms - ChronoEngine.com"

This text is annoying and unprofessional to have have on the website. If you don't like it then there is a simple way to remove it.

Well actually all you have to do is to hide it using one CSS statement. You will not even have to touch the component code.

Edit CSS from the source file

1. Open up the Joomla CSS file. Normally it is screen.css, template.css or the like. This CSS file can be found in the templates folder from the root of Joomla folder. Open up the templates folder.

2. Then open up the actual template folder that you have choose for your site.

3. Now open up the screen.css or the template.css and put in the following CSS.

.chronoform {
display: none;
}

4. Finally save the file and upload it to the server.

Edit CSS via administration back end screen

1. Login into the admin screen.

2. Select Extensions.

3. Click on the Template Name link.

4. Click on Edit CSS button on the toolbar.

5. Select the appropriate CSS file and click on Edit button.

6. From the text editor, put in the code .chronoform {display: none;}.

7. Finally click on the Save button.

Did you like this tip?

Go back to your form and now you should no longer see the message "Powered By ChronoForms - ChronoEngine.com".



Comments (3)
  • Admir  - Thank you
    This work great, i have a problem to find which CSS i must change, but i finaly find, that is template.css, or template.html, or general.css, just on the end of code put .chronoform {display: none;}., and that is it.

    Thank you very much
  • Anonymous  - Or you could pay for it!
    :angry:

    Or you could pay for it! It only cost $25 for a three site license with great support.
  • admin  - re: Or you could pay for it!
    :angry:

    Or you could pay for it! It only cost $25 for a three site license with great support.
    I agree you with. With a paid version not only you get great support but you may get more features then the free version.
Write comment
Your Contact Details:
Comment:
Security
Please input the anti-spam code that you can read in the image.

"