Remove Page Titles

I have some pages in the menu at the top of the website. When I click on one of them, right underneath the logo and menu is a giant title to the page. How can I get rid of this? For example, if I select the About page, there is a giant “About” title. Thanks!

Hi @tmh12,

Use this css code to remove the page titles:

.page-title {
display:none;
{

Thanks,

Cristian