/*
Theme Name: Cetking Custom
Description: CETKING design customisations for the GeneratePress parent theme.
Template: generatepress
Version: 1.0.0
Text Domain: cetking-custom
*/

/* Hide WordPress post date and author */
.single-post .entry-meta,
.single-post .post-meta,
.single-post .posted-on,
.single-post .byline {
    display: none !important;
}
