tag cloud
-
I like the style of the tag cloud in the wordpress theme twenty fourteen where the font size of the tag varied according to the tag count.
Twenty seventeen changed all that by adding this css:
.widget .tagcloud a {
font-size: 14px !important; /* !important to overwrite inline styles */
font-size: 0.875rem !important;As it says, it removed the inline styles which would set font size according to tag count. The only way I found I could change it was to comment out the two lines on my PARENT style sheet and upload that.
Until 4.9
Now the inline style is font-size: 1em for all tags, regardless of tag count.
Why has this feature been removed? What can I do to get the styling back?
- The topic ‘tag cloud’ is closed to new replies.