Hello,
I would like to add CSS class to my taxonomy terms.
I used this code to display my taxonomies :
{{ mb.get_the_term_list( post.ID, 'thematique', '', ', ' ) }}
it works perfectly but how to customize the apparence of each term.
I would like to add a CSS class like this :
.thema {background:#007e4e ; padding: 5px ; border-radius:10px }
Thx for your help.
Olivier