/*
Theme Name: Maple Theme
Description: Custom WordPress theme for CampusPress
Version: 1.0.0
Author: Research IT, University of Bristol
*/

/* * Hide entry title on Home page */
.page-home h1.entry-title {
    display: none;
}

/* * Hide entry title on About Maple page */
.page-about-maple h1.entry-title {
    display: none;
}

/* * Hide entry title on About Us page */
.page-about-us h1.entry-title {
    display: none;
}

/* * Hide entry title on Accessible PIL page */
.page-accessible-pil h1.entry-title {
    display: none;
}

.page-terms-and-conditions h1.entry-title {
    display: none;
}

.page-privacy-policy h1.entry-title {
    display: none;
}

.page-gdpr h1.entry-title {
    display: none;
}

.page-contact h1.entry-title {
    display: none;
}