Home Forums WoodMart support forum Hide Breadcrumb

Hide Breadcrumb

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #151384

    silentmedia
    Participant

    Hi!

    Could you help me please…

    I want to hide the product title from the breadcrumb on Product page. I used ‘.breadcrumb-last {display:none;}’. This works.

    But this also hides the last category from the breadcrumb on shop page, which I don’t want.

    #151432

    Hello,

    You can try the below CSS code in your custom code option under Theme Settings. This will not hide the last category in shop page:

    .single-product span.breadcrumb-last {
        display:none;
    }

    Best Regards.

    #151482

    silentmedia
    Participant

    Hi,

    That worked perfectly!
    We always appreciate the support from the Xtemos team, it really helps and educates us.

    #151537

    Hello,

    We are thrilled that you loved your experience with XTEMOS, We put customer experience and satisfaction as our priority, and your words reaffirms the hard work we put in every day. So thanks for your kind words and we look forward to seeing you again.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide Breadcrumb’ is closed to new replies.