Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24371

    Hi, how can i change or remove the text that says: “You are here” at the beginning of the breadcrumb trail?

    thanks.

    #123318

    Hi!

    In functions-enfold.php replace:

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/'));

    with

    if($breadcrumb) $additions .= avia_breadcrumbs(array('separator' => '/', 'before' => ''));

    Regards,

    Peter

    #123319

    Can this be hooked into from a child theme function file?

    #123320

    thank you. that was perfect.

    #123321

    Hi!

    Yes – just duplicate the avia_title function into the child theme functions.php – it will overwrite the default avia_title() function.

    Best regards,

    Peter

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘breadcrumbs – change "you are here"’ is closed to new replies.