Hi There,
I am trying to add some effects to K2 tag cloud (copied from creativity theme). But I am not able to change the text colour to white. Here is the css overide :
.k2TagCloudBlock a {
font-size: 11.96px;
display: block;
color: #fff;
float: left;
padding: 3px 6px;
margin: 0 5px 5px 0;
border-radius: 3px;
background: #5990D5;
}
.k2TagCloudBlock a:hover {
background: #444;
-webkit-transition: all 300ms linear;
-moz-transition: all 300ms linear;
-o-transition: all 300ms linear;
-ms-transition: all 300ms linear;
transition: all 300ms linear;
}
#gkSidebar .box {
color: #33CC33;
}
And here is the link :
http://sharavega.com/mag/index.php/loungeI just need the text colour to be white....
Thanks