Tag Cloud Widget Customization
-
Hello,
I’m curious if anyone knows if it’s possible to customize the Tag Cloud widget with CSS?
If possible I would like to compress the tags in the Tag Cloud, because right now it seems like there is a lot of extra space between each line of tags.
Also, if possible I would like to have the different tags be different colors because currently it seems a little hard to distinguish them apart. I anticipate that this isn’t possible, but I figured I would see.Thank you!
The blog I need help with is: (visible only to logged in users)
-
Hi there, the tag cloud widget line height was set to 2. Add the following CSS and adjust my 1.5 value as desired.
.wp_widget_tag_cloud { line-height: 1.5; }
- The topic ‘Tag Cloud Widget Customization’ is closed to new replies.