rabx Posted October 14, 2012 Share Posted October 14, 2012 Hello, I am currently using breadcrumbs to help users navigate and for SEO purposes. #breadcrumb a { color: #FFFFFF; } {$breadcrumbnav|replace:' >':' ›'} ---------------- The output works as expected. I would like to remove the hyper link on the last item in the breadcrumb. Example of expected output: <a href="index.php">Portal</a> > <a href="support.php">support</a> > Support Ticket ----------------- I have a class called #breadcrumb-last a { text-decoration: none; } How can I apply this class to my last item in $breadcrumbnav? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.