/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* Hide duplicate advocate title + excerpt on single posts */
.single-post .entry-header {
  display: none !important;
}
.single-post .entry-excerpt,
.single-post .entry-meta {
  display: none !important;
}
