How to make take cloud have uniform font size

  • Unknown's avatar

    I want my tags to display as an index with each item the same font size, but the widget has no option for this and INSISTS on making the tags bigger which have more associated posts. I guess this requires messing with CSS, but all my attempts based on forum comments failed. Please provide a simple, straightforward solution! Thanks!
    blog: thezenchef.net
    theme: Chronicle

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    The Tag Cloud Widget actually controls the font size for the tags in the code directly, so there isn’t a single piece of CSS code that would change the tag font size for all of the tags in that widget.

    However, you can change each tag’s font size individually, for example to make the more popular tags smaller. Here’s the CSS code you can use to make the “Korean side” tag in your widget smaller:

    a.tag-link-62972299 {
    font-size: 8pt !important;
    }

    We also have tips for learning more about CSS here:

    If you have more CSS questions, you can post them in the CSS Customization forum and the expert staff and volunteers there can give you additional help:

    https://en.forums.wordpress.com/forum/css-customization

  • Unknown's avatar

    Hah, I have no idea why, but what you said worked; thanks! (I selected customize on the drop down menu on the top left where the website master link is, then just copied what you wrote exactly into the CSS box.)
    Again, seems simple and obvious that you would want to include a uniform font feature, but given how intimidated I am of coding, I guess it is not so simple, so I’ll just not complain and say thanks for your help!
    Cheers,
    D

  • Unknown's avatar
  • The topic ‘How to make take cloud have uniform font size’ is closed to new replies.