Is there a way to remover the current page from the breadcrumb?

0
Is there a way to remover the current page from the breadcrumb? 1
PickPlugins
May 17, 2016 02:00 AM 1 Answers General
Member Since Aug 2015
Subscribed Subscribe Not subscribe
Flag(0)
0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Is there a way to remover the current page from the breadcrumb? 2
PickPlugins
May 17, 2016
Flag(0)

Welcome to our forum,
 
you can use custom CSS to hide last element from breadcrumb. please see the screenshot

.breadcrumb-container li:last-child {
  display: none;
}

 
http://i.imgur.com/9HRAgAP.png

Sign in to Reply
Replying as Submit