This worked for me as well. Craft theme in 2024. I tried using the following method in base.css file as suggested elsewhere, but it only removed it from desktop and not in mobile. This method suggested here worked for both. Thank you!
.main-page-title {
display: none; /* Hide the main title */
}