How can I remove the page subheading in Dawn theme?

Hi there,

How can I remove the subheading from my pages? I have created an “about us” page and when I clink on the link from my navigation, it shows “About us” as a title… this is what I want to delete or hide. I am using Dawn theme which is free.

I will appreciate your help.

Thank you so much

@auora - this needs css, can you please share your about page link?

https://dskawllz.com/pages/about-us

Let me know if you are not able to see it!

@auora - please add this css to the very end of your base.css file and check

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

Wow Thank you so much! Worked like a charm!