/*
 Theme Name:   Freshhome Child
 Theme URI:    https://example.com/freshhome-child
 Description:  A child theme for Freshhome.
 Author:       Your Name
 Author URI:   https://example.com
 Template:     freshhome
 Version:      1.0.0
*/

/* Hide page title only on pages */
body.page .wp-block-post-title {
  display: none;
}

/* Custom fixed image height ONLY on wp-singular page-template-default page */
body.wp-singular.page-template-default.page 
    .wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-28f84493.wp-block-columns-is-layout-flex img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}
