How to remove header text from all pages but keep header image?

I apologize if this has been answered before- I did not see the answer when searching the forum.

I’m using Shapely on my Wordpress site (www.selfpropelledblog.com) and would like to remove the header text (bright pink ‘contact me’ in the attached image) that displays the page title over the header image on each page. I would like to keep everything else as is. Thanks for any assistance you can provide.

Solved this myself. The following CSS did the trick:

.page-title {
display: none;
}

Hope this is helpful to others.