This is a migrated thread and some comments may be shown as answers.

Change font color of weighted item in radtagcloud item

1 Answer 32 Views
TagCloud
This is a migrated thread and some comments may be shown as answers.
ithihas
Top achievements
Rank 1
ithihas asked on 26 Jul 2012, 07:14 AM
How can i change the font color of weighted item in radtagclouditem?

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 26 Jul 2012, 07:25 AM
Hi ithihas,

Try overriding the default CSS as follows.

CSS:
<style type="text/css">
  div.RadTagCloud_Default .rtcTagList .rtcTagItem,div.RadTagCloud_Default .rtcTagList .rtcTagItem:hover
    {
       color: Red !important;
    }
</style>

Hope this helps.

Regards,
Princy.
Tags
TagCloud
Asked by
ithihas
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or