• 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 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?

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Twenty Seventeen Tag Cloud’ is closed to new replies.