Reply To: Removing Page Header

#2458
livemesh
Keymaster

You can have a look at the functions mo_populate_top_area() and the mo_populate_tagline() called by this function in the file framework/functions/utility-functions.php. If you have child theme loaded, you can define these themes in your functions.php file to override the ones in the parent theme. You can also hide through CSS –

.page #title-area { display: none; }

Just be aware of SEO implications. They are not important for posts, but for pages they hold the h1 tag for page title.

For displaying the full content, you just need to check this option in the theme options panel –

https://docs.google.com/file/d/0B9j6FQo4cSQFaWhTSTUzRS1xNXc/edit?usp=drivesdk