How change font sizes in Tag Cloud?
-
I am using the Hemingway Rewritten theme. The Category Cloud widget allows me to adjust font sizes but the Tag Cloud widget does not.
Can I do this via inserting a css code?
I have purchased customization and the site I am seeking assistance with is http://www.asmruniversity.com
Thank you for assistance
The blog I need help with is: (visible only to logged in users)
-
Hi there, the tag cloud uses relative sizes to make the tags you use most often bigger, and the tags used on fewer posts smaller. For that reason it’s a bit more complicated to change the size with CSS.
Could you let me know in what way you’d like to change the size of the words in the tag cloud? For example, do you just want to make all tags the same size, or something else?
-
kathryn, thank you for replying.
Having all the fonts the same size in my tag cloud would be great. I know that is not what a “word cloud” is, but my OCD can’t handle all those various font sizes, egad. :)
-
Ha. ;-)
Try something like this in your custom CSS:
.wp_widget_tag_cloud a { font-size: 100% !important; } -
-
- The topic ‘How change font sizes in Tag Cloud?’ is closed to new replies.