Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #322605

    for e.g. currently it is showing “Home / Shop / Gifts / AAA” where “AAA” is the current page’s product name

    I want it to show only “Home / Shop / Gifts”, since “AAA” is already shown as the page title in .title_container

    #322777

    Hey!

    Try adding this code to the Quick CSS:

    .breadcrumb-trail span:last-child{
        display: none;
    }

    Cheers! 
    Josue

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.