• Does anyone know how I can style the tag-cloud? I notice that the class is called .tag-link but I can’t find this on any of the stylesheets.

    I basically want to add a background colour and tweak the margins.

    Any ideas?

Viewing 2 replies - 1 through 2 (of 2 total)
  • i would be interested in learning how to do this as well!

    add

    .tag-link  {
    color: #000000;
    background: #ffffff
    }
    .tag-link  a{
    color: #000000;
    background: #ffffff
    }
    .tag-link  a:hover{
    color: #ff0000;
    background: #ffffff
    }

    to your templates’ style.css file..
    back up your data before editing

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Styling the Tag Cloud?’ is closed to new replies.