/*
Theme Name:   Hello Elementor Child
Theme URI:    https://elementor.com/
Description:  Hello Elementor Child Theme for Foundation Aminos
Author:       Foundation Aminos
Template:     hello-elementor
Version:      1.0.0
Text Domain:  hello-elementor-child
*/

/* Hide the WordPress page title when Elementor's hide_title is set.
   Hello Elementor's filter sometimes doesn't fire on custom page templates,
   so we also target it via the body class. */
.elementor-page .page-header,
.elementor-page .entry-header {
	display: none;
}
