Tagged: breadcrumb, Desktop, header
Hi, I’m trying to understand how an extra title ‘News’ has appeared in the breadcrumb bar which actually overwrites the main breadcrumb phrase ‘you are here’. Its only in the desktop version. You can see it here:
Any help much appreciated.
Hey Paul,
Just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
.main-title a {
display: none !important;
}
Best regards,
John Torvik