Hey Sumo community,
I'm trying to customize the styling of my list blocks using custom CSS in Sumo. I've added the CSS to my site, but it's not applying as expected.
My precise question is: How can I target and style list items specifically within level devil list blocks using custom CSS? I've tried various selectors like .sumo-list-block li
and li.sumo-list-block
, but neither seems to be working correctly. Are there any specific classes or IDs I should be using, or is there a better approach to achieve this? Any examples would be greatly appreciated!