How to remove "Welcome to" from header title on front page in Drupal 8
In drupal 7 you just add in page.tpl.php this part of code:
<?php if (!$is_front){
print render($page['content']);
} ?>
In the Manage administrative menu, navigate to Configuration > System > Basic site settings (admin/config/system/site-information). Under Front page, replace /node with the name of the page you would like to make the home page. To use the home page that was previously created, provide its path /home.
in Drupal 8, you don't disable modules: You just install or uninstall them, but that is different from disabling them, since disabling them would not remove the configuration nor the database tables used from the module.
In D8 frontpage is a view. To change title of the front page, go to admin/structure/views/view/frontpage, find Global: Title override link
Open it and it will allow to set or remove custom front page title.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With