Add weighted tag display to Penscratch
-
In the Penscratch theme, when adding tag cloud widget to sidebar the tags are not weighted. The font size is the same for each, which to me defeats the purpose of having a tag cloud. I have tried overriding the CSS, only partially successfully (i did manage to remove the border and some other styling). But how can I get the weighted display back, where the most commonly used tags show up bigger and bolder?
This is the original
.wp_widget_tag_cloud a, .tags-links a { font-size: inherit !important; display: inline-block; margin: 0 7px 7px 0 !important; padding: 0 7px; letter-spacing: 1px; text-transform: uppercase; color: #999; border: 1px solid #eee; }The blog I need help with is: (visible only to logged in users)
-
Unfortunately I don’t see a way with custom CSS to override this and bring back the relative sizing on the tags in the tag cloud:
font-size: inherit !important;
- The topic ‘Add weighted tag display to Penscratch’ is closed to new replies.