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

    Hi!

    I want to disable the links in breadcrumbs so visitors can’t navigate trough the site by clicking the breadcrumbs. But I still want the breadcrumbs there. Possible?

    Thanks!

    #454848

    Hey!

    Try adding this code to the Quick CSS:

    .breadcrumb-trail a{
    pointer-events: none;
    }

    Cheers! 
    Josue

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