Hello, I found a way to remove the entire breadcrumb from the header portion of the site, however would only like to remove “You are here” is that possible?
Here’s the code to remove entire breadcrumb:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;}
Hi optizign13!
Please add following code to Quick CSS in Enfold theme options under Styling
span.breadcrumb-title { display: none; }
Best regards,
Yigit
Thank you, worked perfectly.