/* Hide the block globally */
.vol1issue1 {
    display: none;
}

/* Show the block only on the Current issue page */
body.page_issue .vol1issue1 {
    display: block;
}