I need to solve the same issue as here, but the solution doesn’t work in my case.
This is the website i want to improve http://erasmus-intership.eu/
That space with Home _________________________________You are here: Home
is very annoying, i need it out! It worked for DoGrinDigital but for some reason i apply the same solution and there are no changes at all…
Thanks for your support
Hi elcetera!
You can add following code to Quick CSS in Enfold theme options under Styling tab to remove breadcrumbs bar on homepage
.title_container { display: none; }
Cheers!
Yigit
Thanks a lot. But it doesn’t solve the problem wholly. It worked for the front page (home), but when i click on different headers i still have it :(
Hi!
I edited the code i posted in my previous post. Please replace it with that one so it will not be visible on any of the pages
Regards,
Yigit
Now it works perfectly, thanks a lot!!!