Home Forums WoodMart support forum Edit breadcrumbs to remove home and shop and change separator to >

Edit breadcrumbs to remove home and shop and change separator to >

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

    bemall
    Participant

    I would like to:
    1. Edit the breadcrumbs to remove “Home > Shop” such that it ony shows Product | Product Name
    2. Edit the separator from | to >

    #118719

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woocommerce-breadcrumb a:after {
        content: ">";
        margin-left: 5px;
    }

    It is not possible to change the breadcrumbs in the way you describe.

    Best Regards

    #120231

    bemall
    Participant

    “It is not possible to change the breadcrumbs in the way you describe.” – What does this mean? It is not an actionable response to my question

    #120232

    bemall
    Participant

    The CSS provided does not work

    #120249

    Hello,

    The breadcrumbs take the page titles. If you want to change Home > Shop just change the page titles. At the same time, it is not possible to change the breadcrumbs without changing the titles.

    Please provide your site admin access I will check the code.

    Best Regards

Viewing 5 posts - 1 through 5 (of 5 total)