Hi @girllessordinary,
You can either use a plugin to hide page titles or add the code below to your CSS editor.
For the main pages:
.entry-header .entry-title{
display: none;
}
-OR-
h1.entry-title{
display: none;
}
For the sub pages:
h1.page-title{
display: none;
}