/* This hides the PKP logo and the "Open Journal Systems" link in the footer */
.pkp_brand_footer {
    display: none !important;
}

/* This targets the specific image link if the class above varies by theme */
footer img[alt*="Open Journal Systems"], 
footer img[alt*="Public Knowledge Project"] {
    display: none !important;
}