Forums

Styling the Tag Cloud? (3 posts)

  1. greencode
    Member
    Posted 3 years ago #

    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?

  2. thefabledneedle
    Member
    Posted 2 years ago #

    i would be interested in learning how to do this as well!

  3. nazcar
    Member
    Posted 2 years ago #

    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

Topic Closed

This topic has been closed to new replies.

About this Topic