Try creating a Child Theme and adding this:
.site-footer {
visibility:hidden;
}
This will hide the footer. Another way to do this is editing the "footer.php" file in a Child Theme.
Try creating a Child Theme and adding this:
.site-footer {
visibility:hidden;
}
This will hide the footer. Another way to do this is editing the "footer.php" file in a Child Theme.