I tried to look this up, but everywhere I find this question asked, the html code is so much different and didn't apply to my problem.
We are using a ready made e-commerce platform, that renders out the breadcrumbs in the following matter:
[jsfiddle][http://jsfiddle.net/FVHjG/1/]
I still need to get rid of the last raquo there (after "Suljetut" in this case.)
I have managed to hide the beginning element and the last crumb (a link that actually links to the same page, which is stupid). The ones that are left are actual categories and "Home" of course. I have to remove the last raquo (last-child) as opposed to the fourth (nth-child) in this case. So that the right raquo gets removed everytime, because sometimes a product is only 2 categories deep, and sometimes 5 categoeries deep and so on.
Can someone please guide me in the right direction? If it's possible with CSS that would be great, and I'm trying to consider jQuery a last option if it's not possible with CSS.
PS. I cannot alter how the HTML code renders out in any way, so no extra classes/IDs can be inserted (well with jQuery I can of course).