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?
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?
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
This topic has been closed to new replies.