how to remove "Built with concrete5 CMS."
Permalink
i have edited the Element and commented this line out but it didn't save... how do i remove it to give the site a more proper look for the company that I'm building it for?
is this how to for the live editor? i didnt download concrete5... i run it on line. and i have already commented out line 62. it changes back when i click save.
What live editor are you using?
Is this live editor a feature of your web host?
Is this live editor a feature of your web host?
Well I have a cpanel that I installed concrete5 on.. im not sure what else to say. I click concrete 5 and click administrative interface an it takes me to a page.. then I edit it. Know what I mean
I am not sure why the changes made to the file are not saved in the cPanel code editor.
This file can also be accessed and modified using FTP.
This file can also be accessed and modified using FTP.
To remove the "Built with concrete5 CMS." text from the bottom of the Elemental theme, you need to remove or comment out line 62 in footer.php
concrete\themes\elemental\elements\footer.php - line 62
https://github.com/concrete5/concrete5/blob/develop/web/concrete/the...
This solution is only temporary, when you update concrete5, the changes will be overwritten. To make these changes permanent, you will need to make a copy of the theme. The following How-To explains how to copy the Elemental theme.
https://www.concrete5.org/documentation/how-tos/designers/how-to-cop...