Studio Theme- Delete page title

Hi! I am trying to figure out how to remove this page title only. I want to replace it with the logo photo below. Thank you!

Could you please share the url?

An Open Sketchbook (thetinygreenhouse.com)

Add this code snippet anywhere in your base.css file

#shopify-section-template–14619367899241__main .main-page-title{

display:none !important;

}