문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top