Viewing 1 replies (of 1 total)
  • the easyest way to do that with current version is resetting the font size with jquery, this works with any tag cloud as it’s generated by wp function and not by the plugin

    $(‘.widgetCSSClassName a’).css(‘font-size’, 12);

    where 12 is the size you want the tags to be

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Sk Multi Tag] Style Tag Cloud?’ is closed to new replies.