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 “/”.
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!
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Agile Theme Support’ is closed to new topics and replies.