/*
Theme Name: Books Printing Child
Template: books-printing
Version: 1.0
*/

/* Hide date and author */
.entry-date, .entry-author {
    display: none !important;
}

/* Hide comments */
.entry-comments {
    display: none !important;
}

/* Hide categories label and list */
.single-post-category, .category {
    display: none !important;
}

/* Additional general rule to catch any missed cases */
.post-info, .post-categories, .categories-label {
    display: none !important;
}
