Site icon Shareef The Coach

How to Remove Footer Credit By Using Additional CSS Option in Any WordPress Theme

If you want to remove Footer Credit From “Home Page” Only Use This Code

body.home .site-footer {
    display: none;
}
 
If you want to remove Footer Credit From “All  Pages” Then Use Below Code
 
.site-footer {
display: none;
}
 
 
 
Exit mobile version