How to make breadcrumb in titlebar unclickable

Home Forums Jevelin Theme How to make breadcrumb in titlebar unclickable

Home Forums Jevelin Theme How to make breadcrumb in titlebar unclickable

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • siminator
    Participant

    In my header menu I have a menu item that I made it unclickable (when you scroll on it, a few more clickable items appear below). However, when I use titlebar, that unclickable item is actually clickable as a breadcrumb. It’s a bit frustrating since there is no content inside.

     

    Thank you!

    Hi @siminator,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that I can help you?

     

    Do you want to make all breadcrumb links unclickable or any specific?

     

    Best regards,
    Shufflehound team

    siminator
    Participant

    Url: http://blebetac.si/o-blebetac-si/kdo-sem/

     

    I just want O BLEBETAČ.SI unclickable since there’s no content in it. This page only serves for dropdown menu to appear.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #breadcrumbs a.bread-parent.bread-parent-441 {
      pointer-events: none;
      cursor: default;
    }

    siminator
    Participant

    It works. Thank you so much!

    You are most welcome here 🙂

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