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

    Hey, I want to remove the page linking to the breadcrumb to a particular page.
    Eg. You Are Here: Home / Who We Are / History
    I don’t want ‘Who We Are’ to link to that page. But I do want to show it under breadcrumbs cause from the Nav bar ‘History’ is a sub-menu of ‘Who We Are’.
    I want to completely unlink one breadcrumb from the rest. As in the link just needs to be a text. Nothing more. Without unlinking the other breadcrumbs in the same spot.

    #228004

    Hi MayurDoriel!

    Not sure if that is possible. Please add this on Quick CSS or custom.css:

    a[title="Who We Are"] {
    pointer-events: none;
    }

    I’ll ask Dude about this.

    Cheers!
    Ismael

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