0
rmmcclay
I've tried to remove the last breadcrumb separator using :last-child in CSS, but it removes the last two. Any ideas?
Thanks!
2 Subscribers
Submit Answer
1 Answers
Best Answer
0
Welcome to our forum,
Please try this one
.breadcrumb-container li:last-child .separator:last-child { display: none; }
Let me know the result.
Regards