How to remove the last separator at end?

Ticket for: Breadcrumb
0
How to remove the last separator at end? 1
Symon
Apr 15, 2019 10:11 AM 1 Answers
Member Since Apr 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hello, I just want to add separators into the blank between words, but it always display at the end of the breadcrumb, how to remove the last one?

2 Subscribers
How to remove the last separator at end? 1
How to remove the last separator at end? 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How to remove the last separator at end? 4
PickPlugins
Apr 15, 2019
Flag(0)

Welcome to our forum.

you can add following CSS to hide the last separator

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

Regards

Sign in to Reply
Replying as Submit