Tagged: breadcrumb, enfold
Hi,
Each time the theme is updated, I go to “functions-enfold.php” and change 'breadcrumb' => true,
to 'breadcrumb' => false,
. Normally, it prevents the breadcrumb from appearing.
Oddly, Enfold update 2.4.5 seems to ignore this change. Or perhaps I missed something (which is absolutely possible).
Thanks in advance :)
Hi MrNayals!
You can add this on Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none !important;
}
Best regards,
Ismael
It works perfectly, thank you !