I've done a series of articles on customising the login, HRD and change password screens here.
The official article for removing the copyright notice is here.
This involves updating the .css file etc.
Following the procedure in my posts, there is an easier way.
Just update the onload.js.
if ( document.getElementById("copyright") ) {
document.getElementById("copyright").innerHTML = "";
}
Enjoy!
No comments:
Post a Comment