I am using the taxonomy block, and would like to customize the output.
Currently the output of every item is like this:
<li><a class="bricks-button bricks-background-dark" href="Term-URL">Term-Name</a></li>
What I would like to do:
-
Add a class attribute (like
class="prefix_term-slug") that would allow me to style (colorize) the terms with some custom CSS. -
Add the term description after the link.