Tagged: 

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

    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,

    #934141

    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

    #934147

    Your CSS worked find for me. Thanks!

    #934198

    Hi olierb,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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