How to hide page titles using the Dawn theme?

Hi all,

Id like to hide the page title on all pages on my Shopify store. I just would like to see how that looks. Not sure its something I would actually do or not but curious. Any idea how to do that? I am using the Dawn Theme.

Website is www.PennsylvaniaParks.org

Thanks!

-Justin

Hi @Justin34

1: Online store > themes > Actions > Edit code > Assets > section-main-page.css

2: paste code at last

.main-page-title {
    display: none;
}

1 Like