Tagged: breadcrumbs
Hi,
How can I remove the links from the breadcrumbs?
You are here: Start / My Category / My Post
The user can click on “My Category” and sees all posts, in the category.
I don’t want, that a user can click on the category, because the username which enters a post will be shown on the category overview.
Or is there a possibility to deactivate all category overview sites (like: http://www.example.com/index.php/category/myCategory/) ?
Cheers,
Hey olierb,
Try this code in the General Styling > Quick CSS field:
.breadcrumb-trail a{
pointer-events: none!important;
}
To disable archive pages, please try a plugin such as: Smart Archive Page Remove
Best regards,
Mike
Your CSS worked find for me. Thanks!
Hi olierb,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria