Frage

Does anybody know how to change the size of the fonts appearing in tags of the tag-it plug in? I went over the stylesheet but it does not seam obvious to me how to do it.

War es hilfreich?

Lösung

It is in the color specifc css file, tagit-stylish-yellow.css for example.

Look for

ul.tagit { cursor: text; font-size: 14px; color: #333; }

and change the font-size.

I found this by going to the demo site in Chrome, start the inspector by pressing F12, selecting the tag and looking at the css directives that affect it.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top