.pkp_structure_footer p {
    color: #000000 !important;
}
.pkp_structure_footer a,
.pkp_structure_footer a:link,
.pkp_structure_footer a:visited {
    color: #000000 !important;
    text-decoration: none !important;
}
.pkp_structure_footer a:hover,
.pkp_structure_footer a:focus {
    color: #000000 !important;
    text-decoration: underline !important;
}
/* Hide published date in current issue block */
.pkp_homepage .current_issues .issue .published,
.pkp_homepage .current_issues .issue span.published,
.pkp_homepage .current_issues .issue .date {
    display: none !important;
}
/* Hide published date in current issue block */
.pkp_homepage .current_issues .issue > span,
.pkp_homepage .current_issues .issue small,
.pkp_homepage .current_issues .issue .published_date {
    display: none !important;
}
/* Hide published date line on homepage current issue */
.pkp_page_index .current_issue p:has(strong:contains("Published:")) {
    display: none !important;
}

