Breadcrumbs

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5617
    nrichmund
    Member

    We are building a site for a client and the client would like for breadcrumbs to be on ALL pages and they would like for the breadcrumbs to have “>” instead of “/”.

    Please, help answer these two questions.

    #5618
    nrichmund
    Member
    This reply has been marked as private.
    #5632
    Ernesto
    Member

    Hi Breadwrumbs seem to appear in all pages. Is there any specific one where its not showing up?

    To replace the /, you’ll need to go to your theme folder, framework/functions/breadcrumbs and there you’ll replace the following line
    $delimiter = '<span class="sep"> / </span>';

    with

    $delimiter = '<span class="sep"> > </span>';

    Hope that’s useful for your client!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Agile Theme Support’ is closed to new topics and replies.