After snooping a bit on the forum I’ve found this which gets rid of that ‘blog’ text, but it also gets rid of everything else in the header of the homepage:
body.home-page section.main-title
{
display:none;
}
How can I display ‘Home’ instead of blog without altering the breadcrumbs?
Thank you.