Hi, how can i change or remove the text that says: “You are here” at the beginning of the breadcrumb trail?
thanks.
Hi!
In functions-enfold.php replace:
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));
with
if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'before' => ''));
Regards,
Peter
Can this be hooked into from a child theme function file?
thank you. that was perfect.
The topic ‘breadcrumbs – change "you are here"’ is closed to new replies.