Hiding page titles

Hi,

I want to hide the title of my homepage. What would be the best way of going about this within the Travelify theme? Create a new page template?

There is no need to create a new page template unless you really want to. You can easily hide page title by adding this code to Theme Options - Other - Custom CSS. As you can see from the code it will apply change only for homepage.

.home .entry-title {
    display: none;
}

Thanks a lot for your swift reply and excellent theme. It might be an idea for perhaps a future version to include an option to omit page titles. I think there are many people who would find it useful, it’s incredible that it’s not a standard feature of Wordpress.