-
-
Save samazgor/0985e018645c43d75cfb9435e234b558 to your computer and use it in GitHub Desktop.
Remove Powered by WHMCompleteSolution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Edit your theme file footer.tpl | |
Past the code above the code of footer.tl. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
if ($("p:contains('Powered by')").length) { | |
$("p:contains('Powered by')").hide(); | |
} | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment