/* Remove OJS/PKP Footer Completely */
.pkp_site_footer__copyright {
    display: none !important;
}

/* Alternative if the above doesn't work */
footer .pkp_site_footer__copyright {
    display: none !important;
}

/* Remove the entire footer section if needed */
.pkp_site_footer .pkp_site_footer__copy {
    display: none !important;
}

/* Remove any footer copyright text */
.pkp_site_footer__copyright p {
    display: none !important;
}