How to remove the TITLES in Pages

Theme> Edit HTML >Find: </b:skin> > Copy/paste the code after

<b:if cond='data:blog.pageType == "static_page"'>
<style>
.post-title.entry-title{
display: none;
}
</style>
</b:if>