Remove the page title from Home page only

Hello,

Thank you for this wonderful theme.
How can I remove the page title from Home only, but have it on the Contact Us page?
I have this code in code in Custom CSS
.page .entry-title {
display: none;
}
But it removes it from both pages, I want it on 1 and not the other.

Howard

I did a search and found this code and it looks like it solved the problem.

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

Howard

Hi Howard,

Awesome great to see you got that solved.

Please advise if you have more questions.

Have a fantastic day!

Cheers,
Movin