Tagged: hide, page title
Hi there,
To remove the page title just login to your WP dashboard and go to the Appearance > Customizer > Additional CSS and paste below custom css code:
.page .entry-title { display: none; }
Thank you!
Hello again! Thank you so much for your answer, it worked! The title is gone, but what about that white rectangle area? Is there a way to remove it too?
Please go to the Appearance > Customizer > Additional CSS and again paste below custom css code to remove the white rectangle area.
.site-main .type-page { background-color: transparent; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; padding: 0; }
Thanks
Thank you once again for your help!
Welcome anytime @nnikola-jovanovic