WordPress Tips and Tricks How to Remove Footer Credit From WordPress Posted on 19/02/202209/07/2023 by shareefthecoach If you want to remove Footer Credit From “Home Page” Only Use This Codebody.home .site-footer { display: none;} If you want to remove Footer Credit From “All Pages” Then Use Below Code .site-footer {display: none;}