/*
Theme Name: travelify-child
Version: 1.0
Description: A child theme of Travelify
Template: travelify
*/

@import url("../travelify/style.css");
#site-description {
color: red;
}

.entry-title{
display: none;
} 

/* The command below only removes the Home Page Title
.home .entry-header {
display: none;
}
/*

/* The command below changes the Header Title
#site-title a {
  color: red;
}
/* 

