Is it possible to highlight specific tags within a tag cloud using CSS or some other means? I would like to choose 5 or more different tags from the tag cloud and distinguish them from the other tags.
Here's an example:
Is it possible to highlight specific tags within a tag cloud using CSS or some other means? I would like to choose 5 or more different tags from the tag cloud and distinguish them from the other tags.
Here's an example:
Answering my own question...upon creation, tags are assigned a unique class (i.e. class="tag-link-1") which can then be styled by CSS.
This topic has been closed to new replies.