fbpx

Table of Contents

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;
}
 
 
 

Leave a Reply

Your email address will not be published. Required fields are marked *