MyStile theme – how to change the breadcrumb word 'product' to something else?
-
Like my breadcrumb currently displays Home -> Products
where I’ll like it to display as Home -> Services
Which CSS file should I go to edit this?
My website is at https://songspursuit.com/I found the HTML codes via FireBug but have no clue whatsoever on how to find the place to edit the codes below which contains the word ‘Products’ for the breadcrumb section
<div class=”breadcrumb breadcrumbs woo-breadcrumbs”>
<div class=”breadcrumb-trail”>
Home
<span class=”sep”>/</span>
<span class=”trail-end”>Products</span>
</div>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘MyStile theme – how to change the breadcrumb word 'product' to something else?’ is closed to new replies.