• I’m using the default tag cloud generator that uses the widgets to place a tag cloud on the page but because of the way I’m styling the site I need to define an inline style for the title of the tag cloud. Is this possible to do?

Viewing 2 replies - 1 through 2 (of 2 total)
  • if i get this right- you are using the ‘normal’ tag cloud widget?

    then, you could try:
    .widget_tag_cloud h2.widgettitle {display:inline;}

    you can ‘try’ this when you use firefox with the web developer add-on, ‘css’ dropdown, ‘edit css’.

    Thread Starter warpdesign

    (@warpdesign)

    Sorry, I’m not sure we’re on the same page. I’m using a special javascript to add styling to titles and I need to define things inline (as in in the HTML). So for example I need to be able to change <h2>Title</h2> to say <h2 class=”special” style=”blah”>Title</h2>

    Right now I don’t seem to be able to control the output of the widget.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling tag could’ is closed to new replies.