- Issue created by @dcine
- 🇪🇸Spain dcine
I haven't been able to fix this situation, but I have found a solution to make the CSS work without problems. I'm posting the solution here in case it might be helpful to another user:
If, for example, one of the terms/links/filters has the following ID:
edit-platform-16404
For the CSS to apply in any situation (whether the ID has a suffix or not), you must add the following to your CSS:
a#edit-platform-16405, a[id*="16405"]
Do this for each of the links/terms in the filters.
I hope this helps someone so they don't have to spend as many hours as I did...