|
Author: Jenny Nguyen
|
|
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)
"
|
Thank you very much