• Resolved shelledesigns

    (@shelledesigns)


    Hi, how am I able to make it so the breadcrumb corresponding to the current page is not a link? Many thanks.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support Zubair Ahmad

    (@jerrykza)

    Hi,

    Currently, we do not have such option available in Flexy Breadcrumb. However, you can add the following CSS in your active theme style.css and get the desired result.

    .fbc.fbc-page ol.fbc-items li.active a{
     	pointer-events: none;
     	cursor: default;
     	text-decoration: none;
     }

    Regards,

Viewing 1 replies (of 1 total)
  • The topic ‘Current page not a link’ is closed to new replies.