Hi everyone,
I’m looking for some help implementing some custom code to remove a bullet point from the last item in a dynamic list. I’ve tried with conditional visibility and don’t think it’s suitable for what I need.
There’s some conditional visibility going on too, which messes with the CSS selectors I’ve tried.
I thought my (current) solution would be something like:
<style>
[class='lang-link-with-symbol']:last-of-type .seperator-bullet {
display: none !important;
}
</style>
But this only works for the first format titled ‘Long read’.
Could anyone help?
Thanks