Hello!
You can accomplish that very easy with the help of some css modifications and the plugin called Simple Custom CSS.
Please install that plugin, then go to Appearance->Custom CSS and paste in this code:
.widget.popular-posts a, .widget_recent_entries a {
color: #37B8EB;
}
Because you did not tell what color you would like, than I assumed it is the blue color or your site, but you can change the color to whatever you would like by modifying the #37B8EB hex value.
This is how it will look like: Screenshot
Let me know if I can help you with anything else.
Cheers,
Toth Balint BT
hello there toth balint thx alot for your help it works for me
can you help me to change the font size as big as the adsense font size
Sure, just add this line to the code I have posted previously, under the color line, so it looks like this:
.widget.popular-posts a, .widget_recent_entries a {
color: #37B8EB;
font-size: 16px;
}
Cheers,
Toth Balint BT